1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-04-21 09:06:13 +02:00
vim/runtime/autoload
Yinzuo Jiang d181bafd0b
runtime(typst): synchronize updates from the upstream typst.vim
2 commits included from the upstream:

- 2a4a0e0662
- 50e89f4811

Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Signed-off-by: Gregory Anders <greg@gpanders.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-11-02 16:35:46 +01:00
..
cargo
dist runtime(dist): do not output a message if executable is not found 2024-09-20 22:26:56 +02:00
rust
xml
ada.vim
adacomplete.vim
bitbake.vim
cargo.vim
ccomplete.vim runtime(ccomplete): fix type mismatch error 2024-06-06 18:39:03 +02:00
clojurecomplete.vim
context.vim
contextcomplete.vim Updated runtime files. 2016-10-23 21:21:08 +02:00
csscomplete.vim
decada.vim Update runtime files 2021-09-09 21:55:11 +02:00
freebasic.vim
getscript.vim runtime(misc): Use consistent "Vim script" spelling 2024-10-13 19:16:42 +02:00
gnat.vim Update runtime files. 2010-01-06 20:54:52 +01:00
gzip.vim
hare.vim
haskellcomplete.vim
hcl.vim runtime(hcl,terraform): Add runtime files for HCL and Terraform 2024-09-04 22:19:45 +02:00
htmlcomplete.vim
javaformat.vim runtime(java): Recognise the CommonMark form (///) of Javadoc comments 2024-09-30 19:40:04 +02:00
javascriptcomplete.vim
modula2.vim
netrw.vim runtime(netrw): fix E874 when browsing remote directory which contains ~ character 2024-10-31 10:47:23 +01:00
netrw_gitignore.vim
netrwSettings.vim
paste.vim
phpcomplete.vim
python.vim
python3complete.vim
pythoncomplete.vim
racket.vim
README.txt
RstFold.vim
rubycomplete.vim
rust.vim
rustfmt.vim
spellfile.vim
sqlcomplete.vim
syntaxcomplete.vim
tar.vim
tohtml.vim
typeset.vim
typst.vim runtime(typst): synchronize updates from the upstream typst.vim 2024-11-02 16:35:46 +01:00
vimball.vim
xmlcomplete.vim
xmlformat.vim
zip.vim runtime(zip): simplify condition to detect MS-Windows 2024-08-21 08:20:13 +02:00

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)