neovim/runtime
Gregory Anders 33464189bc
fix(vim.text): handle very long strings (#30075)
Lua's string.byte has a maximum (undocumented) allowable length, so
vim.text.hencode fails on large strings with the error "string slice too
long".

Instead of converting the string to an array of bytes up front, convert
each character to a byte one at a time.
2024-08-17 22:28:03 -05:00
..
autoload vim-patch:8e25d91: runtime(dist): verify that executable is in $PATH 2024-08-18 01:19:01 +02:00
colors vim-patch:6908db4: runtime(colors): update colorschemes 2024-08-17 13:03:13 +02:00
compiler vim-patch:1cc4cae: runtime(typst): Add typst runtime files 2024-07-16 09:43:57 +02:00
doc vim-patch:dd36d6c: runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var 2024-08-17 13:03:13 +02:00
ftplugin vim-patch:dd36d6c: runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var 2024-08-17 13:03:13 +02:00
indent vim-patch:c6ed816: runtime(yaml): do not re-indent when commenting out lines 2024-08-17 13:03:13 +02:00
keymap vim-patch:79a14c0: runtime(keymap): include Georgian keymap 2024-06-14 23:58:27 +02:00
lua fix(vim.text): handle very long strings (#30075) 2024-08-17 22:28:03 -05:00
macros
pack/dist/opt vim-patch:5753d99: runtime(nohlsearch): add missing loaded_hlsearch guard 2024-07-31 23:06:28 +02:00
plugin fix(tohtml): support ranges again 2024-07-16 15:07:40 +02:00
queries fix(runtime): sync bundled treesitter queries 2024-07-28 16:13:11 +02:00
spell
syntax vim-patch:a1dc649: runtime(dosbatch): Show %%i as an argument in syntax file 2024-08-17 13:03:13 +02:00
tools
tutor fix(tutor): incorrect lines marked as correct #29833 2024-08-16 10:35:13 -07:00
CMakeLists.txt
delmenu.vim
filetype.lua refactor: use vim._with where possible 2024-06-28 19:58:31 +02:00
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim
mswin.vim
neovim.ico
nvim.appdata.xml
nvim.desktop
nvim.png
optwin.vim vim-patch:9.1.0572: cannot specify tab page closing behaviour (#29682) 2024-07-13 08:56:58 +08:00
synmenu.vim
windows_icon.rc feat(win32): embed executable icon 2024-07-02 13:05:16 +02:00