neovim/runtime/plugin
Anmol Sethi 3ff252ca86 man.vim: use -range instead of -count (#5203)
With -count, if the first argument is a number, it is made available
with <count>. Problem is, there is always a default count it is impossible
to tell whether the user set it.

Since v:count and v:count1 still work with 'keywordprg', -count is
unnecessary. But 'keywordprg' still calls ':Man' with a count prefixed.
So it must still accept a count in the line number position, but not consume
the first argument. This is done with -range.

Fixes #5202.
2016-08-09 20:18:04 -04:00
..
gzip.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
health.vim runtime: Add script for Python diagnostic information (#4885) 2016-06-13 14:56:16 -04:00
man.vim man.vim: use -range instead of -count (#5203) 2016-08-09 20:18:04 -04:00
matchit.vim matchit.vim: preserve jumplist (#5124) 2016-07-30 12:48:40 -04:00
matchparen.vim vim-patch:e0fa374 2016-06-07 12:19:50 -04:00
netrwPlugin.vim vim-patch:e0fa374 2016-06-07 12:19:50 -04:00
README.txt re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
rplugin.vim rplugin: Initialize remote plugins lazily. #4384 2016-03-10 10:34:57 -05: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 re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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 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).