mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 19:37:21 +00:00
Problem: Highlight of char beyond line end is not correct. (Chuan Wei Foo)
Solution: Fix counting NUL as one cell. Draw one more character if the EOL
is part of the match. (closes vim/vim#7883)
41f0895c6e
Reorder test_search.vim to match Vim.