blob: 11bf1e97b27746504e7069fb9c36fa4742bb0262 [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
Bram Moolenaare2db6c92015-06-19 18:48:41 +02008logiPat.vim logical operators on patterns
Bram Moolenaara9604e62018-07-21 05:56:22 +02009manpager.vim using Vim as manpager
Bram Moolenaar9964e462007-05-05 17:54:07 +000010matchparen.vim highlight paren matching the one under the cursor
11netrwPlugin.vim edit files over a network and browse (remote) directories
12rrhelper.vim used for --remote-wait editing
13spellfile.vim download a spellfile when it's missing
14tarPlugin.vim edit (compressed) tar files
15tohtml.vim convert a file with syntax highlighting to HTML
16vimballPlugin.vim create and unpack .vba files
17zipPlugin.vim edit zip archives
Bram Moolenaar495de9c2005-01-25 22:03:25 +000018
19Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
Bram Moolenaar9964e462007-05-05 17:54:07 +000020taken over browsing directories (also for remote directories).
Bram Moolenaar495de9c2005-01-25 22:03:25 +000021