neovim/runtime/autoload
Thiago de Arruda 617878f747 runtime: Add vimexpect library and example gdb plugin
This library makes it easier to script communication with interactive programs.
It is similar to what the "expect" tcl extension does, but uses an object
oriented API and is designed to integrate nicely with Neovim job control.
2015-04-02 11:33:48 -03:00
..
provider clipboard: handle linewise/charwise selections correctly 2014-12-08 22:01:00 +01:00
remote Improve Python host messages. 2014-11-26 16:49:46 +01: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 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)