blob: 37e22e57c08c1bcc2d139e0d978a41e4f7604bfe [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001The plugin directory is for standard Vim plugin scripts.
2
3All files here ending in .vim will be sourced by Vim when it starts up.
Bram Moolenaar9964e462007-05-05 17:54:07 +00004Look in the file for hints on how it can be disabled without deleting it.
Bram Moolenaar071d4272004-06-13 20:20:40 +00005
Bram Moolenaar9964e462007-05-05 17:54:07 +00006getscriptPlugin.vim get latest version of Vim scripts
7gzip.vim edit compressed files
8matchparen.vim highlight paren matching the one under the cursor
9netrwPlugin.vim edit files over a network and browse (remote) directories
10rrhelper.vim used for --remote-wait editing
11spellfile.vim download a spellfile when it's missing
12tarPlugin.vim edit (compressed) tar files
13tohtml.vim convert a file with syntax highlighting to HTML
14vimballPlugin.vim create and unpack .vba files
15zipPlugin.vim edit zip archives
Bram Moolenaar495de9c2005-01-25 22:03:25 +000016
17Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
Bram Moolenaar9964e462007-05-05 17:54:07 +000018taken over browsing directories (also for remote directories).
Bram Moolenaar495de9c2005-01-25 22:03:25 +000019