1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-20 08:45:11 +01:00
vim/runtime/plugin/README.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
976 B
Text
Raw Normal View History

2004-06-13 20:20:40 +00:00
The plugin directory is for standard Vim plugin scripts.
All files here ending in .vim will be sourced by Vim when it starts up.
2007-05-05 17:54:07 +00:00
Look in the file for hints on how it can be disabled without deleting it.
2004-06-13 20:20:40 +00:00
2007-05-05 17:54:07 +00:00
getscriptPlugin.vim get latest version of Vim scripts
gzip.vim edit compressed files
logiPat.vim logical operators on patterns
2018-07-21 05:56:22 +02:00
manpager.vim using Vim as manpager
2007-05-05 17:54:07 +00:00
matchparen.vim highlight paren matching the one under the cursor
netrwPlugin.vim edit files over a network and browse (remote) directories
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
2005-01-25 22:03:25 +00:00
Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
2007-05-05 17:54:07 +00:00
taken over browsing directories (also for remote directories).
2005-01-25 22:03:25 +00:00