neovim/runtime/autoload
Christian Clason 3e3a984300 vim-patch:5c42c77: runtime(netrw): do not pollute search history with symlinks
fixes: vim/vim#16206

5c42c77315

Co-authored-by: Christian Brabandt <cb@256bit.org>
2024-12-13 09:38:19 +01:00
..
cargo vim-patch:fc93594d562d 2023-09-13 17:23:45 +02:00
dist vim-patch:e6b01cf: runtime(dist): do not output a message if executable is not found (#30451) 2024-09-21 12:16:28 +00:00
provider fix(clipboard): tmux clipboard depends on $TMUX #31268 2024-12-03 05:06:54 -08:00
remote refactor: rewrite python provider in lua 2024-01-22 22:36:40 +01:00
rust vim-patch:fc93594d562d 2023-09-13 17:23:45 +02:00
xml
ada.vim
adacomplete.vim
bitbake.vim
cargo.vim vim-patch:fc93594d562d 2023-09-13 17:23:45 +02:00
ccomplete.lua vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
ccomplete.vim
clojurecomplete.vim
context.vim
contextcomplete.vim
csscomplete.vim
decada.vim
freebasic.vim
gnat.vim
gzip.vim vim-patch:7e501f4: runtime(gzip): load undofile if there exists one 2024-11-27 08:45:22 +01:00
hare.vim vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
haskellcomplete.vim
hcl.vim vim-patch:150b507: runtime(hcl,terraform): Add runtime files for HCL and Terraform (#30266) 2024-09-04 19:32:52 -05:00
htmlcomplete.vim
javaformat.vim vim-patch:85f054a: runtime(java): Recognise the CommonMark form (///) of Javadoc comments 2024-10-01 07:33:24 +02:00
javascriptcomplete.vim vim-patch:a0fddaa2f4b7 2023-08-21 20:32:28 +09:00
modula2.vim vim-patch:9.1.0013: Modula2 filetype support lacking (#27020) 2024-01-16 17:45:57 +00:00
msgpack.vim refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
netrw_gitignore.vim
netrw.vim vim-patch:5c42c77: runtime(netrw): do not pollute search history with symlinks 2024-12-13 09:38:19 +01:00
netrwFileHandlers.vim vim-patch:a7d4561: runtime(netrw): deprecate and remove netrwFileHandlers#Invoke() 2024-10-22 09:10:46 +02:00
netrwSettings.vim vim-patch:1e34b95e4402 2024-05-09 00:15:08 +02:00
paste.vim fix(runtime): clean up one-off scripts 2024-10-15 20:50:21 +02:00
phpcomplete.vim vim-patch:dbf749bd5aae (#25665) 2023-10-16 16:36:25 +08:00
provider.vim
python3complete.vim
python.vim
pythoncomplete.vim
README.txt fix(runtime): clean up one-off scripts 2024-10-15 20:50:21 +02:00
RstFold.vim
rubycomplete.vim vim-patch:d08059ab48b8 2024-01-02 11:43:18 +01:00
rust.vim vim-patch:fc93594d562d 2023-09-13 17:23:45 +02:00
rustfmt.vim vim-patch:dbf749bd5aae (#25665) 2023-10-16 16:36:25 +08:00
shada.vim refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
spellfile.vim
spotbugs.vim vim-patch:65311c6: runtime(compiler): include spotbugs Java linter 2024-11-29 08:57:00 +08:00
sqlcomplete.vim
syntaxcomplete.vim
tar.vim vim-patch:129a844: runtime(tar): Update tar.vim to support permissions 2024-11-12 08:18:22 +01:00
tutor.vim refactor(tutor): cleanup 2023-09-26 06:41:53 -07:00
typst.vim vim-patch:b66cac1: runtime(typst): add definition lists to formatlistpat, update maintainer 2024-12-10 08:06:35 +01:00
vimexpect.vim
xmlcomplete.vim
xmlformat.vim
zip.vim feat(options)!: disallow setting hidden options #28400 2024-11-04 05:00:12 -08: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 and menu.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)