neovim/runtime/autoload
Justin M. Keyes deccd843ed vim-patch:3df0173fa6d0
Updated runtime files.

3df0173fa6
2017-05-01 13:32:51 +02:00
..
health win: health.vim/check_ruby(): find gem.cmd #6608 2017-04-29 01:57:09 +02:00
provider health.vim: Set 'iskeyword' to that of ft=help. 2017-04-19 04:03:08 +02:00
remote rplugin: Call s:LoadRemotePlugins() on startup. 2017-03-11 12:26:22 +01:00
xml re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
ada.vim vim-patch:3df0173fa6d0 2017-05-01 13:32:51 +02:00
adacomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
ccomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
clojurecomplete.vim vim-patch:6f1d9a 2017-01-02 10:45:10 +09:00
context.vim vim-patch:46fceaaa8d14 2017-04-29 01:47:36 +02:00
contextcomplete.vim vim-patch:46fceaaa8d14 2017-04-29 01:47:36 +02:00
csscomplete.vim vim-patch:13d5aee 2016-06-06 23:08:26 -04:00
decada.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
gnat.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
gzip.vim vim-patch:2ec618c9feac 2017-04-28 23:49:16 +02:00
health.vim health.vim: 'guicursor' advice #6506 2017-04-20 22:44:51 +02:00
htmlcomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
javascriptcomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
man.vim man.vim: call s:error in man#read_page (#6362) 2017-03-25 22:43:25 +01:00
msgpack.vim plugin/msgpack: Support character constants like '\0' 2017-01-04 14:53:02 +03:00
netrw_gitignore.vim vim-patch:8feef4f #3444 2015-10-11 18:07:58 -04:00
netrw.vim vim-patch:8.0.0002 2017-04-28 22:41:07 +02:00
netrwFileHandlers.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
netrwSettings.vim vim-patch:8feef4f #3444 2015-10-11 18:07:58 -04:00
paste.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
phpcomplete.vim vim-patch:dc08328821a2 2017-04-29 01:01:51 +02:00
python3complete.vim vim-patch:ca63501 2016-04-18 21:36:16 -07:00
pythoncomplete.vim vim-patch:a0f849e 2016-05-03 19:25:18 +02:00
README.txt re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
rubycomplete.vim vim-patch:4575876dc865 2017-04-29 01:03:42 +02:00
shada.vim plugin/shada: Handle NUL characters with intchar correctly 2017-01-04 15:06:33 +03:00
spellfile.vim spellfile.vim: less pestering 2016-04-10 04:27:25 -04:00
sqlcomplete.vim vim-patch:5e9b2fa 2016-06-07 06:46:36 -04:00
syntaxcomplete.vim Spelling fixes 2014-08-24 18:40:06 -05:00
tar.vim vim-patch:3e496b0ea319 2017-04-28 23:39:24 +02:00
tohtml.vim vim-patch:60cce2f 2016-04-18 21:50:37 -07:00
tutor.vim plugin/tutor: Fix locale handling 2016-01-25 17:44:46 +01:00
vimexpect.vim Make VimL code compatible with merged Partial support (#5765) 2016-12-13 14:48:42 +01:00
xmlcomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
zip.vim vim-patch:3e496b0ea319 2017-04-28 23:39:24 +02:00

The autoload directory is for standard Vim autoload scripts.

These are functions used by plugins and for general use.  They will be loaded
automatically when the function is invoked.  See ":help autoload".

gzip.vim	for editing compressed files
netrw*.vim	browsing (remote) directories and editing remote files
tar.vim		browsing tar files
zip.vim		browsing zip files
paste.vim	common code for mswin.vim, menu.vim and macmap.vim
spellfile.vim	downloading of a missing spell file

Omni completion files:
ccomplete.vim		C
csscomplete.vim		HTML / CSS
htmlcomplete.vim	HTML
javascriptcomplete.vim  Javascript
phpcomplete.vim		PHP
pythoncomplete.vim	Python
rubycomplete.vim	Ruby
syntaxcomplete.vim	from syntax highlighting
xmlcomplete.vim		XML (uses files in the xml directory)