neovim/runtime/autoload
2020-11-22 18:05:02 +01:00
..
dist vim-patch:8.2.1476: filetype test fails on MS-Windows 2020-08-17 18:30:34 -04:00
health healthcheck: suggest to skip tests perl provider (#13223) 2020-11-04 18:40:34 -05:00
provider Fix clipboard provider detection (#13190) 2020-10-29 21:35:20 -04:00
remote runtime: fix remote plugin command fails at some case 2020-05-31 20:21:58 +09:00
xml
ada.vim
adacomplete.vim
ccomplete.vim
clojurecomplete.vim
context.vim
contextcomplete.vim
csscomplete.vim
decada.vim
gnat.vim
gzip.vim
haskellcomplete.vim
health.vim checkhealth: validate locale (#9548) 2019-01-26 00:41:42 +01:00
htmlcomplete.vim
javascriptcomplete.vim
man.vim man.vim: Simplify man#init to reduce load time (#12482) 2020-07-21 11:46:42 -04:00
msgpack.vim
netrw_gitignore.vim
netrw.vim netrw.vim: gx should ignore terminal buffers #12091 2020-04-08 08:57:32 -07:00
netrwFileHandlers.vim
netrwSettings.vim vim-patch:85850f3a5ef9 2019-08-02 16:20:22 +02:00
paste.vim vim-patch:314dd79cac2a 2019-07-29 20:50:07 +02:00
phpcomplete.vim vim-patch:2c64ca1802b2 2018-10-30 00:05:25 +01:00
provider.vim Add overlapped option to jobstart 2020-06-10 22:21:14 +09:00
python3complete.vim doc [ci skip] #10383 2019-07-19 21:32:04 +02:00
pythoncomplete.vim doc [ci skip] #10383 2019-07-19 21:32:04 +02:00
README.txt
RstFold.vim vim-patch:4c05fa08c973 2019-07-29 20:50:07 +02:00
rubycomplete.vim vim-patch:d09091d4955c 2019-07-29 20:50:07 +02:00
rust.vim
rustfmt.vim
shada.vim
spellfile.vim runtime: update g:spellfile_URL to URL used in Vim 8 2020-09-17 13:31:55 +02:00
sqlcomplete.vim
syntaxcomplete.vim vim-patch:56c860c315c5 2019-09-06 18:35:06 -07:00
tar.vim vim-patch:8.1.0352: browsing compressed tar files does not always work 2018-11-13 22:33:27 -05:00
tohtml.vim runtime: :TOhtml workaround for missing 'vts' option #10960 2019-09-06 12:10:46 -07:00
tutor.vim
vimexpect.vim
xmlcomplete.vim
xmlformat.vim xmlformat.vim: patch runtime/autoload to eab6dff19 2020-11-22 18:05:02 +01:00
zip.vim

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)