Justin M. Keyes 5e47cf27b4 netrw.vim: do not save +/* registers il y a 5 ans
..
dist 2cdbbe50a4 vim-patch:63b74a8362b1 il y a 5 ans
health e952b7fc2f health.vim: check has("debug") il y a 5 ans
provider 23a64c95d8 test: cherry-pick improvements from master branch il y a 5 ans
remote 58dd5fcc01 jobstop(): close channel before process_stop() #10522 il y a 5 ans
xml a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
README.txt a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
RstFold.vim ef1f1907cc vim-patch:4c05fa08c973 il y a 5 ans
ada.vim 4175dfac9a vim-patch:01164a6546b4 il y a 7 ans
adacomplete.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
ccomplete.vim 11bcd48fda vim-patch:20aac6c11269 il y a 6 ans
clojurecomplete.vim 6ba3b85382 vim-patch:6f1d9a il y a 8 ans
context.vim 8d3f8f639b vim-patch:46fceaaa8d14 il y a 7 ans
contextcomplete.vim 8d3f8f639b vim-patch:46fceaaa8d14 il y a 7 ans
csscomplete.vim 5a022c71e4 vim-patch:6dc819b1299e il y a 6 ans
decada.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
gnat.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
gzip.vim 460d5971f6 vim-patch:2ec618c9feac il y a 7 ans
haskellcomplete.vim 2c7ed420d9 vim-patch:fc65cabb15d0 il y a 6 ans
health.vim ec5a4d862d checkhealth: validate locale (#9548) il y a 6 ans
htmlcomplete.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
javascriptcomplete.vim 93fb7383a3 vim-patch:214641f77df6 il y a 7 ans
man.vim 40f5a6c4da man.vim: g:man_hardwrap #9633 il y a 6 ans
msgpack.vim b728aad212 runtime/msgpack: Fix inf/nan regexp il y a 6 ans
netrw.vim 5e47cf27b4 netrw.vim: do not save +/* registers il y a 5 ans
netrwFileHandlers.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
netrwSettings.vim 7c19a4e518 vim-patch:85850f3a5ef9 il y a 5 ans
netrw_gitignore.vim d69f3bbb0d vim-patch:8feef4f #3444 il y a 9 ans
paste.vim 57fa9add79 vim-patch:314dd79cac2a il y a 5 ans
phpcomplete.vim 18ce6c9063 vim-patch:2c64ca1802b2 il y a 6 ans
provider.vim 3af3515e74 Add provider#Poll() to handle starting and polling the provider il y a 7 ans
python3complete.vim afef973262 doc [ci skip] #10383 il y a 5 ans
pythoncomplete.vim afef973262 doc [ci skip] #10383 il y a 5 ans
rubycomplete.vim 6fed505100 vim-patch:d09091d4955c il y a 5 ans
rust.vim 0312fc2ddb vim-patch:3c2881dc1195 il y a 7 ans
rustfmt.vim 0312fc2ddb vim-patch:3c2881dc1195 il y a 7 ans
shada.vim a00b03d03f shada: Set the unnamed register to the previous unnamed register on startup il y a 7 ans
spellfile.vim 83d571653b spellfile.vim: store files in stdpath('data') il y a 5 ans
sqlcomplete.vim 4175dfac9a vim-patch:01164a6546b4 il y a 7 ans
syntaxcomplete.vim 0430a1ba88 vim-patch:56c860c315c5 il y a 5 ans
tar.vim f6c6567cb1 vim-patch:8.1.0352: browsing compressed tar files does not always work il y a 6 ans
tohtml.vim 754ea8d27e runtime: :TOhtml workaround for missing 'vts' option #10960 il y a 5 ans
tutor.vim a5e3f4da34 tutor: don't set statusline (#8844) il y a 6 ans
vimexpect.vim 5855f30cb1 Make VimL code compatible with merged Partial support (#5765) il y a 8 ans
xmlcomplete.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 il y a 10 ans
xmlformat.vim c8f34a9a3e vim-patch:d47d52232bf2 il y a 5 ans
zip.vim 40fb96c76a vim-patch:3e496b0ea319 il y a 7 ans

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)