James McCoy 1af25791d5 fix(msgpack#strptime): use calendar.timegm to get seconds since epoch 3 سال پیش
..
dist caf41a7ac9 vim-patch:8.2.3703: most people call F# "fsharp" and not "fs" (#16469) 3 سال پیش
health 844872cc0a chore: fix typos in doc and Lua files 3 سال پیش
provider e16adbf238 fix(provider): compare versions as number, not string #15937 3 سال پیش
remote 396280d303 refactor(runtime): always use DIP_START when searching for runtime files 3 سال پیش
xml a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 سال پیش
README.txt a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 سال پیش
RstFold.vim ef1f1907cc vim-patch:4c05fa08c973 5 سال پیش
ada.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
adacomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
ccomplete.vim 0c93005383 vim-patch:4466ad6baa22 3 سال پیش
clojurecomplete.vim 8cbe100fcc vim-patch:partial 113cb513f76d (#16260) 3 سال پیش
context.vim 8d3f8f639b vim-patch:46fceaaa8d14 7 سال پیش
contextcomplete.vim 8d3f8f639b vim-patch:46fceaaa8d14 7 سال پیش
csscomplete.vim fb6f27e86f vim-patch:34cc7d8c034f #15753 3 سال پیش
decada.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
gnat.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 سال پیش
gzip.vim 460d5971f6 vim-patch:2ec618c9feac 7 سال پیش
haskellcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
health.vim 09306f07c4 feat(runtime): new checkhealth filetype (#16708) 3 سال پیش
htmlcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
javascriptcomplete.vim a8860b033f runtime/javascript: e7b1ea0276cc83cd5c612f3189a174a60d57b5ed 4 سال پیش
man.vim 9fb0f12357 feat(man.vim): convert spaces to underscores #16068 3 سال پیش
msgpack.vim 1af25791d5 fix(msgpack#strptime): use calendar.timegm to get seconds since epoch 3 سال پیش
netrw.vim 0c2a7aa5f7 vim-patch:6e649224926b (#15911) 3 سال پیش
netrwFileHandlers.vim d1a2523f6c vim-patch:1d59aa1fdfb1 3 سال پیش
netrwSettings.vim 1a9d2a4040 vim-patch:89a9c159f23f #15641 3 سال پیش
netrw_gitignore.vim e35c766518 runtime/netrw: 5ef1c6a4838a9629b793f3ae676f72a764171b00 4 سال پیش
paste.vim 57fa9add79 vim-patch:314dd79cac2a 5 سال پیش
phpcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
provider.vim d17e38e482 Add overlapped option to jobstart 4 سال پیش
python3complete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
pythoncomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
rubycomplete.vim 8f0c843c13 vim-patch:4d8f476176ea (#15612) 3 سال پیش
rust.vim 0312fc2ddb vim-patch:3c2881dc1195 7 سال پیش
rustfmt.vim 0312fc2ddb vim-patch:3c2881dc1195 7 سال پیش
shada.vim a00b03d03f shada: Set the unnamed register to the previous unnamed register on startup 7 سال پیش
spellfile.vim 53efdedca9 runtime: update `g:spellfile_URL` to URL used in Vim 8 4 سال پیش
sqlcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
syntaxcomplete.vim ad6bb386be vim-patch:4c295027a426 3 سال پیش
tar.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
tohtml.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
tutor.vim ef3f05c432 tutor: force one sign per line (#14352) 3 سال پیش
vimexpect.vim d9f93e5642 fix(typo): overriden -> overridden (RE: PR #14159) (#15360) 3 سال پیش
xmlcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 سال پیش
xmlformat.vim fc0f57228d xmlformat.vim: patch runtime/autoload to eab6dff19 4 سال پیش
zip.vim c0efe49e78 vim-patch:519cc559b08b (#16340) 3 سال پیش

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)