Search notes:

VIM: runtime/plugin

The runtime/plugin directory stores standard Vim plugin scripts.
When vim starts up, it will source all files in this directory that have a .vim suffix.
Some (all?) files contain hints that explain how the effect of these files can be turned off without deleting them.
getscriptPlugin.vim get latest version of Vim scripts
gzip.vim edit compressed files
logiPat.vim logical operators on regular expression patterns
manpager.vim using Vim as manpager
matchparen.vim highlight paren matching the one under the cursor
netrwPlugin.vim edit files over a network and browse (remote) directories (This plugin replaced explorer.vim)
rrhelper.vim used for --remote-wait editing
spellfile.vim download a spellfile when it's missing
tarPlugin.vim edit (compressed) tar files
tohtml.vim convert a file with syntax highlighting to HTML
vimballPlugin.vim create and unpack .vba files
zipPlugin.vim edit zip archives
The explorer.vim plugin is replaced by netrw.vim.

Index