neovim/runtime/plugin
rosston d69f3bbb0d vim-patch:8feef4f #3444
Update runtime files.

8feef4ff62
2015-10-11 18:07:58 -04: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
man.vim man.vim: accept [count] for section number. 2015-09-23 00:06:27 -04:00
matchit.vim plugin: enable the matchit plugin by default #2723 2015-06-04 22:45:19 -04:00
matchparen.vim Revert "[WIP] "abstract_ui" fixes and improvements" 2015-01-12 10:14:52 -05:00
netrwPlugin.vim vim-patch:8feef4f #3444 2015-10-11 18:07:58 -04:00
README.txt re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
rplugin.vim runtime: Refer to plugins running outside Nvim as "remote plugins" 2014-11-21 10:11:42 -03: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
tutor.vim runtime: Include vim-tutor-mode 2015-08-15 15:25:30 -03: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).