neovim/runtime/plugin
Justin M. Keyes f895b47d3f
man.vim: :Man! operates on buffer contents (#9139)
mandoc may not handle quoted MANPAGER arguments correctly. E.g. with
    export MANPAGER='nvim -u NORC -c "set ft=man"'
mandoc treats `"set` and `ft=man"'` as separate tokens.

To workaround that, provide :Man! so that MANPAGER can avoid quoting.

closes #9120
2018-10-21 17:38:25 +02:00
..
gzip.vim vim-patch:c0514bf4777a 2017-04-30 22:10:21 +02:00
health.vim health.vim: remove :CheckHealth command 2017-12-27 13:00:58 +01:00
man.vim man.vim: :Man! operates on buffer contents (#9139) 2018-10-21 17:38:25 +02:00
matchit.vim vim-patch:37c64c78fd87 2017-11-07 20:03:24 +01:00
matchparen.vim vim-patch:01164a6546b4 2017-11-07 23:07:03 +01:00
netrwPlugin.vim runtime: revert netrw update (#7557) 2017-11-14 20:56:00 +01:00
README.txt re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
rplugin.vim runtime: UpdateRemotePlugins: allow bar (#7865) 2018-01-17 20:50:17 +01:00
rrhelper.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
shada.vim runtime: Add [ft]plugin/shada.vim files that automatically open .shada 2015-11-01 21:27:28 +03:00
spellfile.vim spell: Fix argument and avoid redundant prompt. 2016-04-10 04:27:39 -04:00
tarPlugin.vim vim-patch:214641f77df6 2017-11-06 05:26:16 +01:00
tohtml.vim vim-patch:60cce2f 2016-04-18 21:50:37 -07:00
tutor.vim runtime: Include vim-tutor-mode 2015-08-15 15:25:30 -03:00
zipPlugin.vim vim-patch:d07969093a9b 2017-04-28 22:51:30 +02: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).