neovim/runtime/autoload
Justin M. Keyes 3c24704ac8 health.vim: Show results incrementally.
Also:

- improve precision of "No healthcheck found"
- fix SUGGESTIONS syntax group definition
- fix indentation of SUGGESTIONS
2016-09-05 19:22:01 -04:00
..
health health.vim: Factor out health#provider#check() 2016-09-05 18:29:47 -04:00
provider job control: reuse common job code for rpc jobs 2016-08-20 12:55:35 +02:00
remote remote/host.vim: Avoid "No matching autocommands". 2016-08-21 22:03:28 -04:00
xml re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
ada.vim Spelling fixes 2014-08-24 18:40:06 -05: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 re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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:4abac79 #2694 2015-05-19 12:44:56 +03:00
health.vim health.vim: Show results incrementally. 2016-09-05 19:22:01 -04: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 [RFC] man.vim: remove <Plug> mappings (#5290) 2016-09-04 03:53:58 +02:00
msgpack.vim runtime/msgpack: Add support for special values 2016-04-18 02:44:03 +03:00
netrw_gitignore.vim vim-patch:8feef4f #3444 2015-10-11 18:07:58 -04:00
netrw.vim vim-patch:e0fa374 2016-06-07 12:19:50 -04: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:dd1616e 2016-03-29 23:05:51 +09: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 re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
shada.vim shada: Also store last search direction 2015-11-23 17:08:01 +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 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 plugin/tutor: Fix locale handling 2016-01-25 17:44:46 +01:00
vimexpect.vim runtime: Add vimexpect library and example gdb plugin 2015-04-02 11:33:48 -03:00
xmlcomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
zip.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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)