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
dist
provider fix(clipboard): tmux clipboard depends on $TMUX #31268 2024-12-03 05:06:54 -08:00
remote
rust
xml
ada.vim
adacomplete.vim
bitbake.vim
cargo.vim
ccomplete.lua
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
haskellcomplete.vim
hcl.vim
htmlcomplete.vim
javaformat.vim
javascriptcomplete.vim
modula2.vim
msgpack.vim
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
paste.vim
phpcomplete.vim
provider.vim
python3complete.vim
python.vim
pythoncomplete.vim
README.txt
RstFold.vim
rubycomplete.vim
rust.vim
rustfmt.vim
shada.vim
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
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)