neovim/runtime/autoload
dundargoc 880f7d12fe
feat!: remove vimballs (#22402)
Vimball is an outdated feature that is rarely used these days. It is not
a maintenance burden on its own, but it is nonetheless dead weight and
something we'd need to tell users to ignore when they inevitably ask
what it is.

See: https://github.com/neovim/neovim/pull/21369#issuecomment-1347615173
2023-04-11 19:10:36 +02:00
..
provider feat(vim.version): more coercion with strict=false 2023-03-20 13:40:38 +01:00
remote
xml
zig vim-patch:86b4816766d9 (#21314) 2022-12-08 16:33:38 +01:00
ada.vim
adacomplete.vim
bitbake.vim vim-patch:b529cfbd04c0 (#19501) 2022-07-26 11:26:23 +02:00
ccomplete.lua dist: generated version of ccomplete.vim (#21623) 2023-01-05 11:00:32 -05:00
ccomplete.vim dist: generated version of ccomplete.vim (#21623) 2023-01-05 11:00:32 -05:00
clojurecomplete.vim
context.vim
contextcomplete.vim
csscomplete.vim
decada.vim
freebasic.vim vim-patch:0d878b95d8f9 (#19197) 2022-07-02 11:06:03 +02:00
gnat.vim
gzip.vim
haskellcomplete.vim
health.vim feat(checkhealth): use "help" syntax, avoid tabpage #20879 2022-11-11 18:33:31 -08:00
htmlcomplete.vim
javascriptcomplete.vim
msgpack.vim
netrw_gitignore.vim
netrw.vim feat!: remove hardcopy 2023-01-03 10:07:43 +00:00
netrwFileHandlers.vim
netrwSettings.vim
paste.vim
phpcomplete.vim
provider.vim
python3complete.vim
python.vim vim-patch:partial:dd60c365cd26 (#22437) 2023-02-28 09:34:27 +01:00
pythoncomplete.vim
README.txt
RstFold.vim
rubycomplete.vim
rust.vim
rustfmt.vim
shada.vim
spellfile.vim
sqlcomplete.vim
syntaxcomplete.vim
tar.vim feat!: remove vimballs (#22402) 2023-04-11 19:10:36 +02:00
tohtml.vim vim-patch:be4e01637e71 (#22103) 2023-02-03 09:18:18 +01:00
tutor.vim fix(tutor): failing to get buf name #20933 2022-11-06 19:18:30 -08:00
vimexpect.vim
xmlcomplete.vim
xmlformat.vim
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)