neovim/runtime/autoload
Björn Linse c7bfbd4fd9 python3: remove decoding logic, as this is now done in plugin host #3026
DecodeHook isn't needed since neovim/python-client#53
rpc methods won't pass bytes anymore, ref neovim/python-client#129
2015-07-18 22:39:28 +02:00
..
provider python3: remove decoding logic, as this is now done in plugin host #3026 2015-07-18 22:39:28 +02:00
remote rplugin: Don't error if plugin is registered before host #2961 2015-07-10 22:11:13 +02: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 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
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 vim-patch:bd18da9 2015-01-21 07:27:01 +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
spellfile.vim doc: Misc. cleanup 2015-03-24 19:29:29 -04: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
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)