neovim/runtime/autoload
2014-08-24 18:40:06 -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
getscript.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 re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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
netrw_gitignore.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
netrw.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
netrwFileHandlers.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
netrwSettings.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
paste.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
phpcomplete.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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
spellfile.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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
vimball.vim re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00: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)