mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.2217
Problem: When using matchaddpos() a character after the end of the line can
be highlighted.
Solution: Only highlight existing characters. (Hirohito Higashi)
4f416e4124
This commit is contained in:
@@ -225,7 +225,7 @@ static int included_patches[] = {
|
||||
// 2220,
|
||||
2219,
|
||||
// 2218 NA
|
||||
// 2217,
|
||||
2217,
|
||||
// 2216 NA
|
||||
// 2215,
|
||||
// 2214 NA
|
||||
|
Reference in New Issue
Block a user