neovim/runtime/autoload
bfredl bda63d5b97 refactor(typval)!: remove distinction of binary and nonbinary strings
This is a breaking change which will make refactor of typval and shada
code a lot easier. In particular, code that would use or check for
v:msgpack_types.binary in the wild would be broken. This appears to be
rarely used in existing plugins.

Also some cases where v:msgpack_type.string would be used to represent a
binary string of "string" type, we use a BLOB instead, which is
vimscripts native type for binary blobs, and already was used for BIN
formats when necessary.

msgpackdump(msgpackparse(data)) no longer preserves the distinction
of BIN and STR strings. This is very common behavior for
language-specific msgpack bindings. Nvim uses msgpack as a tool to
serialize its data. Nvim is not a tool to bit-perfectly manipulate
arbitrary msgpack data out in the wild.

The changed tests should indicate how behavior changes in various edge
cases.
2024-06-27 11:04:04 +02:00
..
cargo
dist
provider feat: allow opting in to builtin clipboard providers (#28083) 2024-03-28 15:17:08 -05:00
remote refactor: rewrite python provider in lua 2024-01-22 22:36:40 +01:00
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
hare.vim vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
haskellcomplete.vim
htmlcomplete.vim
javascriptcomplete.vim
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:62f7b55: runtime(netrw): save and restore register 0-9, a and unnamed (#29479) 2024-06-25 09:38:50 +08:00
netrwFileHandlers.vim vim-patch:f9ca139e3aa1 (#27554) 2024-02-21 06:30:18 +08:00
netrwSettings.vim vim-patch:1e34b95e4402 2024-05-09 00:15:08 +02:00
paste.vim
phpcomplete.vim
provider.vim
python3complete.vim
python.vim
pythoncomplete.vim
README.txt
RstFold.vim
rubycomplete.vim vim-patch:d08059ab48b8 2024-01-02 11:43:18 +01:00
rust.vim
rustfmt.vim
shada.vim refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
spellfile.vim
sqlcomplete.vim
syntaxcomplete.vim
tar.vim vim-patch:f9ca139e3aa1 (#27554) 2024-02-21 06:30:18 +08:00
tutor.vim
vimexpect.vim
xmlcomplete.vim
xmlformat.vim
zip.vim vim-patch:52f2ff0: runtime(zip): revert unintended change to zip#Write() 2024-06-16 05:52:13 +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, 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)