neovim/runtime/autoload
2016-03-11 01:22:41 -05:00
..
provider rplugin: Initialize remote plugins lazily. #4384 2016-03-10 10:34:57 -05:00
remote rplugin: Silence :doautocmd. #4384 2016-03-11 01:22:41 -05: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 re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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
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 Respect $MANWIDTH 2016-02-01 00:39:24 -06:00
msgpack.vim runtime/msgpack: Fix msgpack#string that expects old string() behavior 2016-02-02 00:54:00 +03:00
netrw_gitignore.vim vim-patch:8feef4f #3444 2015-10-11 18:07:58 -04:00
netrw.vim vim-patch:8feef4f #3444 2015-10-11 18:07:58 -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:83d1b19 2016-01-28 13:43:43 +01:00
python3complete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
pythoncomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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: follow the XDG spec 2015-10-28 14:46:00 +01:00
sqlcomplete.vim Spelling fixes 2014-08-24 18:40:06 -05: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 re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
tutor.vim plugin/tutor: Fix locale handling 2016-01-25 17:44:46 +01:00
vimball.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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)