sponsor Vim development Vim logo Vim Book Ad

HelpWords : search vimhelp for paragraphs containing given words(substrings) in any order

 script karma  Rating 5/2, Downloaded by 1224  Comments, bugs, improvements  Vim wiki

created by
Yakov Lerner
 
script type
utility
 
description
" This script searches vimhelp for paragraphs containing
" given words (substrings), in any order, and non-adjacent.
" Scripts defines commandHELPWORDS and it's synonym, HW.
"              Usage: HW word1 word2 ...
" This command will search vimhelp for paragraphs
" containing all given words, in any order (and non-adjacent).
" To proceed to the next match, us :cn command.
"
" Example: HW normal count
" will find all paragraphs that talk about normal-mode counters.
"
 
install details
Installation:
Drop the script into your personal plugin directory, the ~/.vim/plugin.
If you don't yet have directory ~/.vim/plugin, just create it
with command
       mkdir -p ~/.vim/plugin
Restart vim. That's it.
 

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
HelpWords.vim 070219 2007-02-20 6.0 Yakov Lerner cosmetic changes. Cheksum 1033211557
HelpWords.vim 1.0 2006-07-13 6.0 Yakov Lerner Initial upload
ip used for rating: 18.224.33.107

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