neovim/runtime/lua
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
..
vim fix(vim.text): handle very long strings (#30075) 2024-08-17 22:28:03 -05:00
_vim9script.lua refactor(lua): rename tbl_islist => islist 2024-04-21 17:08:07 +02:00
coxpcall.lua build(lua): vendor coxpcall 2023-09-10 11:43:37 +02:00
editorconfig.lua feat(editorconfig): add support for spelling_language (#28638) 2024-06-06 09:16:43 -05:00
man.lua fix(man): avoid setting v:errmsg (#30052) 2024-08-15 22:02:20 +08:00
tohtml.lua fix(tohtml): support ranges again 2024-07-16 15:07:40 +02:00