Files
neovim/runtime/lua/vim
Lewis Russell c65646c247 fix(diff): use mmfile_t in linematch
Problem:

Linematch used to use strchr to navigate a string, however strchr does
not supoprt embedded NULs.

Solution:

Use `mmfile_t` instead of `char *` in linematch and introduce `strnchr()`.

Also remove heap allocations from `matching_char_iwhite()`

Fixes: #30505
2024-09-30 11:51:33 +01:00
..
2024-09-29 09:54:12 +00:00
2024-03-06 10:45:22 +00:00
2024-05-27 20:48:46 +02:00
2024-01-16 09:33:10 +00:00
2024-09-01 13:01:24 -07:00
2024-08-29 06:11:32 +08:00
2024-03-16 19:26:10 +00:00
2024-04-30 07:04:42 +08:00