Justin M. Keyes 44ea903ca5 checkhealth: detect broken pip #9468 6 years ago
..
dist 11bcd48fda vim-patch:20aac6c11269 6 years ago
health 44ea903ca5 checkhealth: detect broken pip #9468 6 years ago
provider 44ea903ca5 checkhealth: detect broken pip #9468 6 years ago
remote c0157e8fe0 remote/host.vim: specify {nosuf} for globpath() (#8882) 6 years ago
xml a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
README.txt a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
RstFold.vim 07fdbba9d0 vim-patch:91f84f6e11cd 6 years ago
ada.vim 4175dfac9a vim-patch:01164a6546b4 7 years ago
adacomplete.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
ccomplete.vim 11bcd48fda vim-patch:20aac6c11269 6 years ago
clojurecomplete.vim 6ba3b85382 vim-patch:6f1d9a 8 years ago
context.vim 8d3f8f639b vim-patch:46fceaaa8d14 7 years ago
contextcomplete.vim 8d3f8f639b vim-patch:46fceaaa8d14 7 years ago
csscomplete.vim 5a022c71e4 vim-patch:6dc819b1299e 6 years ago
decada.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
gnat.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
gzip.vim 460d5971f6 vim-patch:2ec618c9feac 7 years ago
haskellcomplete.vim 2c7ed420d9 vim-patch:fc65cabb15d0 6 years ago
health.vim 4696a5a10e health.vim: minor cleanup (#8046) 7 years ago
htmlcomplete.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
javascriptcomplete.vim 93fb7383a3 vim-patch:214641f77df6 7 years ago
man.vim 112a5b76e6 man.vim: lowercase title when invoked as $MANPAGER 6 years ago
msgpack.vim b728aad212 runtime/msgpack: Fix inf/nan regexp 6 years ago
netrw.vim c5f001a46a runtime: revert netrw update (#7557) 7 years ago
netrwFileHandlers.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
netrwSettings.vim c5f001a46a runtime: revert netrw update (#7557) 7 years ago
netrw_gitignore.vim d69f3bbb0d vim-patch:8feef4f #3444 9 years ago
paste.vim 8c6168565c vim-patch:37c64c78fd87 7 years ago
phpcomplete.vim 18ce6c9063 vim-patch:2c64ca1802b2 6 years ago
provider.vim 3af3515e74 Add provider#Poll() to handle starting and polling the provider 7 years ago
python3complete.vim 0d264abdd0 vim-patch:ca63501 8 years ago
pythoncomplete.vim 3c45e3b42a vim-patch:a0f849e 8 years ago
rubycomplete.vim 5341967315 vim-patch:4575876dc865 7 years ago
rust.vim 0312fc2ddb vim-patch:3c2881dc1195 7 years ago
rustfmt.vim 0312fc2ddb vim-patch:3c2881dc1195 7 years ago
shada.vim a00b03d03f shada: Set the unnamed register to the previous unnamed register on startup 7 years ago
spellfile.vim 877d5c8be7 vim-patch:a9604e614517 6 years ago
sqlcomplete.vim 4175dfac9a vim-patch:01164a6546b4 7 years ago
syntaxcomplete.vim a1582a841b Spelling fixes 10 years ago
tar.vim f6c6567cb1 vim-patch:8.1.0352: browsing compressed tar files does not always work 6 years ago
tohtml.vim 43fe335eda vim-patch:60cce2f 8 years ago
tutor.vim a5e3f4da34 tutor: don't set statusline (#8844) 6 years ago
vimexpect.vim 5855f30cb1 Make VimL code compatible with merged Partial support (#5765) 8 years ago
xmlcomplete.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 years ago
xmlformat.vim 07fdbba9d0 vim-patch:91f84f6e11cd 6 years ago
zip.vim 40fb96c76a vim-patch:3e496b0ea319 7 years ago

README.txt

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)