Files
neovim/runtime/lua/vim
glepnir 3fa5904cf2 fix(lsp): multibyte fragment treated as commit char #41019
Problem:
commit_chars_str() reads a 0x80-0xBF byte as a 2-byte lead, so
"\xA9x" makes "x" a commit character. nvim_get_hl() returns
a dict, so `#` on it is 0 whether or not the group exists

Solution:
use vim.str_utf_end() and drop entries that are not one whole
character. use next check dict length.
2026-07-28 08:39:03 -04:00
..
2026-07-27 11:12:47 -04:00
2026-07-25 12:47:51 -04:00
2026-07-25 18:02:55 -05:00
2026-06-08 16:12:14 -04:00
2026-01-09 10:07:15 +01:00
2026-07-20 09:53:06 -04:00
2026-07-13 19:44:15 +02:00
2026-07-25 12:47:51 -04:00
2026-05-30 12:57:24 +02:00
2026-07-13 19:44:15 +02:00