README.txt 976 B

12345678910111213141516171819202122
  1. The plugin directory is for standard Vim plugin scripts.
  2. All files here ending in .vim will be sourced by Vim when it starts up.
  3. Look in the file for hints on how it can be disabled without deleting it.
  4. getscriptPlugin.vim get latest version of Vim scripts
  5. gzip.vim edit compressed files
  6. logiPat.vim logical operators on patterns
  7. manpager.vim using Vim as manpager
  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
  16. Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
  17. taken over browsing directories (also for remote directories).