wildignore.vim : A simple plugin that reads wildignore patterns from a file
| script karma |
Rating 13/4,
Downloaded by 1844 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Steven Stallion |
| |
| script type |
| utility |
| |
| description |
A simple plugin that reads wildignore patterns from a file. By default, patterns are read from the wildignore file in runtimepath.
The syntax for pattern files is straightforward:
pattern1,pattern2
pattern3
" Empty lines and comments are permitted
pattern4
Inspiration for this script was drawn from Adam Bellaire's excellent gitignore plugin. |
| |
| install details |
Download and copy wildignore.vim to $HOME/.vim/plugins.
To install via pathogen.vim, issue:
$ cd $HOME/.vim/bundle
$ git clone git://github.com/sstallion/vim-wildignore.git |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.4
|