neovim/runtime/plugin
Justin M. Keyes a98a6996c2 re-integrate runtime/ vim-patch:0 #938
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7

Excluding:
  Amiga icons (*.info, icons/)
  doc/hangulin.txt
  tutor/
  spell/
  lang/ (only used for menu translations)
  macros/maze/, macros/hanoi/, macros/life/, macros/urm/
      These were used to test vi compatibility.
  termcap
      "Demonstration of a termcap file (for the Amiga and Archimedes)"

Helped-by: Rich Wareham <rjw57@cam.ac.uk>
Helped-by: John <john.schmidt.h@gmail.com>
Helped-by: Yann <yann@yann-salaun.com>
Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com>
Helped-by: drasill <github@tof2k.com>
Helped-by: Tae Sandoval Murgan <taecilla@gmail.com>
Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>
2014-07-29 02:12:31 +00:00
..
getscriptPlugin.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
gzip.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
matchparen.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
netrwPlugin.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
README.txt re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
rrhelper.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
spellfile.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
tarPlugin.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
tohtml.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
vimballPlugin.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
zipPlugin.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +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.
Look in the file for hints on how it can be disabled without deleting it.

getscriptPlugin.vim  get latest version of Vim scripts
gzip.vim	     edit compressed files
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

Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
taken over browsing directories (also for remote directories).