github-actions[bot] 8e28d8a370 [Backport release-0.8] fix(tutor): fix problem of failing to get buf name (#20985) 2 lat temu
..
dist ce80b8f50d vim-patch:9.0.0349: filetype of *.sil files not well detected (#20050) 2 lat temu
health 2c374e626a fix(health): correct tmux rgb verification 2 lat temu
provider c6181a672a feat(node): add pnpm support #19461 2 lat temu
remote 63528f4686 runtime: support once on s:GetAutocmdPrefix (#16457) 2 lat temu
xml a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 lat temu
README.txt a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 lat temu
RstFold.vim ef1f1907cc vim-patch:4c05fa08c973 5 lat temu
ada.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
adacomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
bitbake.vim 4cbeedf57b vim-patch:b529cfbd04c0 (#19501) 2 lat temu
ccomplete.vim 0c93005383 vim-patch:4466ad6baa22 3 lat temu
clojurecomplete.vim ac1dd046c0 vim-patch:46eea444d (#17920) 2 lat temu
context.vim 8d3f8f639b vim-patch:46fceaaa8d14 7 lat temu
contextcomplete.vim 8d3f8f639b vim-patch:46fceaaa8d14 7 lat temu
csscomplete.vim fb6f27e86f vim-patch:34cc7d8c034f #15753 3 lat temu
decada.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
freebasic.vim 662681694b vim-patch:0d878b95d8f9 (#19197) 2 lat temu
gnat.vim a98a6996c2 re-integrate runtime/ vim-patch:0 #938 10 lat temu
gzip.vim 460d5971f6 vim-patch:2ec618c9feac 7 lat temu
haskellcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
health.vim d837b6d50c fix(checkhealth): skip vim.health #18816 2 lat temu
htmlcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
javascriptcomplete.vim a8860b033f runtime/javascript: e7b1ea0276cc83cd5c612f3189a174a60d57b5ed 4 lat temu
msgpack.vim fb14e2a8d6 fix(msgpack#strptime): use calendar.timegm to get seconds since epoch 2 lat temu
netrw.vim 0c2a7aa5f7 vim-patch:6e649224926b (#15911) 3 lat temu
netrwFileHandlers.vim d1a2523f6c vim-patch:1d59aa1fdfb1 3 lat temu
netrwSettings.vim 1a9d2a4040 vim-patch:89a9c159f23f #15641 3 lat temu
netrw_gitignore.vim e35c766518 runtime/netrw: 5ef1c6a4838a9629b793f3ae676f72a764171b00 3 lat temu
paste.vim 57fa9add79 vim-patch:314dd79cac2a 5 lat temu
phpcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
provider.vim d17e38e482 Add overlapped option to jobstart 4 lat temu
python.vim d3cd79709b vim-patch:fd999452adaf (#19929) 2 lat temu
python3complete.vim ac1dd046c0 vim-patch:46eea444d (#17920) 2 lat temu
pythoncomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
rubycomplete.vim 8f0c843c13 vim-patch:4d8f476176ea (#15612) 3 lat temu
rust.vim 0312fc2ddb vim-patch:3c2881dc1195 7 lat temu
rustfmt.vim 0312fc2ddb vim-patch:3c2881dc1195 7 lat temu
shada.vim a00b03d03f shada: Set the unnamed register to the previous unnamed register on startup 7 lat temu
spellfile.vim 53efdedca9 runtime: update `g:spellfile_URL` to URL used in Vim 8 4 lat temu
sqlcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
syntaxcomplete.vim ad6bb386be vim-patch:4c295027a426 3 lat temu
tar.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
tohtml.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
tutor.vim 8e28d8a370 [Backport release-0.8] fix(tutor): fix problem of failing to get buf name (#20985) 2 lat temu
vimexpect.vim d9f93e5642 fix(typo): overriden -> overridden (RE: PR #14159) (#15360) 3 lat temu
xmlcomplete.vim 5fd21b8d3e vim-patch:6c391a74fe90 (#15654) 3 lat temu
xmlformat.vim fc0f57228d xmlformat.vim: patch runtime/autoload to eab6dff19 4 lat temu
zip.vim c0efe49e78 vim-patch:519cc559b08b (#16340) 3 lat temu

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)