vsearch.vim : Allows text to be searched vertically
script karma |
Rating 11/5,
Downloaded by 1336 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Arun E |
|
script type |
utility |
|
description |
This script enables the command ":VS" which allows you to search for patterns vertically (column-wise)
" Usage:
" 1) .,$VS <pattern> [Preferred approach, shows multiple occurence in a line]
" [ Use @: to search for further hits]
" 2) [range]VS <pattern> [Only first occurence in a line shown]
"
" Pre-requisites:
" :set nocp cpo+=<
|
|
install details |
:source vsearch.vim
OR
drop the file under:
$HOME/.vim/plugin
|
|
script versions (upload new version)
Click on the package to download.
vsearch.vim |
1.6 |
2006-11-16 |
6.0 |
Arun E |
Enabled for vim7 |
vsearch.vim |
1.5 |
2005-05-08 |
6.0 |
Arun E |
Significant performance boost! (hence given 1.5) and some usage cleanup
New usage:
" Usage:
" :[range]VS <pattern>
" - Use @: to search for further hits
" - Range default: whole file
" - Search starts from cursor
|
vsearch.vim |
1.0 |
2005-05-07 |
6.0 |
Arun E |
Initial upload |
ip used for rating: 3.143.213.242
|