mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 23:02:50 +00:00
Problem: no sanitize check when running linematch
Solution: add sanitize check before applying the linematch algorithm,
similar to diff_find_change() (Jonathon)
closes: vim/vim#16446
ca307efe48
Co-authored-by: Jonathon <jonathonwhite@protonmail.com>