neovim/runtime/autoload
Christian Clason 294ded9cf2 vim-patch:86cfb39030eb
runtime(tohtml): Update TOhtml to version 9.0v2 (vim/vim#13050)

Modified behavior:
  - Change default value of g:html_use_input_for_pc from "fallback" to
    "none". This means with default settings, only the standards-based
    method to make special text unselectable is used. The old method
    relying on unspecified browser behavior for <input> tags is now only
    used if a user specifically enables it.
  - Officially deprecate g:use_xhtml option (in favor of
    g:html_use_xhtml) by issuing a warning message when used.

Bugfixes:
  - Fix issue vim/vim#8547: LineNr and other special highlight groups did not
    get proper style rules defined when using "hi link".
  - Fix that diff filler was not properly added for deleted lines at the
    end of a buffer.

Other:
  - Refactored function definitions from long lists of strings to use
    :let-heredoc variable assignment instead.
  - Corrected deprecated "." string concatenation operator to ".."
    operator in more places.

86cfb39030

Co-authored-by: fritzophrenic <fritzophrenic@gmail.com>
2023-09-09 08:29:50 +02:00
..
provider fix(clipboard): ignore exit caused by signal #23378 2023-07-16 04:15:30 -07: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 vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
ccomplete.vim dist: generated version of ccomplete.vim (#21623) 2023-01-05 11:00:32 -05:00
clojurecomplete.vim vim-patch:46eea444d (#17920) 2022-03-30 12:12:12 +01:00
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 vim-patch:67c951df4c95 2023-09-07 09:06:35 +02:00
haskellcomplete.vim
health.vim fix(checkhealth): fix crash due to incorrect argument type 2023-04-16 12:26:13 +02:00
htmlcomplete.vim
javascriptcomplete.vim vim-patch:a0fddaa2f4b7 2023-08-21 20:32:28 +09:00
msgpack.vim fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
netrw_gitignore.vim
netrw.vim feat(defaults): set g:netrw_use_errorwindow = 0 #24179 2023-06-29 14:14:14 -07:00
netrwFileHandlers.vim
netrwSettings.vim vim-patch:b7398fe41c9e (#23627) 2023-05-15 09:38:32 +02:00
paste.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
phpcomplete.vim
provider.vim
python3complete.vim vim-patch:46eea444d (#17920) 2022-03-30 12:12:12 +01:00
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 vim-patch:21aaff3faa82 2023-08-11 22:06:37 +02:00
rustfmt.vim
shada.vim fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
spellfile.vim
sqlcomplete.vim
syntaxcomplete.vim
tar.vim feat!: remove vimballs (#22402) 2023-04-11 19:10:36 +02:00
tohtml.vim vim-patch:86cfb39030eb 2023-09-09 08:29:50 +02:00
tutor.vim fix(runtime/tutor): don't try to close fold when there is none (#24953) 2023-08-31 09:18:39 +08:00
vimexpect.vim
xmlcomplete.vim
xmlformat.vim
zip.vim vim-patch:67c951df4c95 2023-09-07 09:06:35 +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)