Files
neovim/runtime/lua/vim/_meta
Lewis Russell f31e29fce4 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
(cherry picked from commit c65646c247)
2024-09-30 12:34:01 +01:00
..
2024-06-14 23:06:11 +00:00
2024-04-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-09-30 12:34:01 +01:00
2024-02-27 14:41:17 +00:00
2024-07-15 22:16:53 +00:00
2024-02-15 11:32:50 +00:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00
2024-04-26 15:13:06 +01:00
2024-04-30 07:04:42 +08:00