sponsor Vim development Vim logo Vim Book Ad

vsearch.vim : Allows text to be searched vertically

 script karma  Rating 11/5, Downloaded by 1138  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
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: 18.224.44.108

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github