vim: update release.sh to vim 7.3
[msysgit/mtrensch.git] / share / vim / vim72 / plugin / README.txt
blob37e22e57c08c1bcc2d139e0d978a41e4f7604bfe
1 The plugin directory is for standard Vim plugin scripts.
3 All files here ending in .vim will be sourced by Vim when it starts up.
4 Look in the file for hints on how it can be disabled without deleting it.
6 getscriptPlugin.vim  get latest version of Vim scripts
7 gzip.vim             edit compressed files
8 matchparen.vim       highlight paren matching the one under the cursor
9 netrwPlugin.vim      edit files over a network and browse (remote) directories
10 rrhelper.vim         used for --remote-wait editing
11 spellfile.vim        download a spellfile when it's missing
12 tarPlugin.vim        edit (compressed) tar files
13 tohtml.vim           convert a file with syntax highlighting to HTML
14 vimballPlugin.vim    create and unpack .vba files
15 zipPlugin.vim        edit zip archives
17 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
18 taken over browsing directories (also for remote directories).