neovim/runtime
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
..
autoload vim-patch:43f2edc096cb 2024-05-14 08:27:17 +02:00
colors fix(treesitter): document more standard highlight groups 2024-03-19 09:41:16 +01:00
compiler vim-patch:79952b9c6774 2024-04-27 11:01:14 +02:00
doc fix(diff): use mmfile_t in linematch 2024-09-30 12:34:01 +01:00
ftplugin fix(runtime): add remaining missing commentstrings (#30252) 2024-09-10 09:51:05 +02:00
indent vim-patch:9.1.0386: filetype: stylus files not recognized 2024-05-02 00:37:16 +02:00
keymap
lua fix(diff): use mmfile_t in linematch 2024-09-30 12:34:01 +01:00
macros
pack/dist/opt vim-patch:d3c0ff5d5a90 2024-03-24 10:32:07 +01:00
plugin vim-patch:9.1.0694: matchparen is slow on a long line (#30134) 2024-08-24 22:08:04 +00:00
queries fix(runtime): sync bundled treesitter queries 2024-07-28 16:36:22 +02:00
spell
syntax vim-patch:0b74eec: runtime(stylus): remove remaining css code (vim/vim#14866) 2024-05-28 07:00:03 +00:00
tools
tutor docs: fix typos (#27868) 2024-03-28 09:32:32 +08:00
CMakeLists.txt
delmenu.vim
filetype.lua fix(filetype): use unexpanded file name (#27931) 2024-03-23 11:46:23 +08:00
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim
mswin.vim vim-patch:45da32964d6e 2024-03-14 15:04:31 +08:00
neovim.ico
nvim.appdata.xml NVIM 0.10.1 2024-07-24 09:20:05 +02:00
nvim.desktop
nvim.png
optwin.vim
synmenu.vim