mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.1740
Problem: syn-cchar defined with matchadd() does not appear if there are no
other syntax definitions which matches buffer text.
Solution: Check for startcol. (Ozaki Kiichi, haya14busa, closes vim/vim#757)
4d58502202
This commit is contained in:
@@ -703,7 +703,7 @@ static int included_patches[] = {
|
||||
// 1743 NA
|
||||
// 1742,
|
||||
// 1741,
|
||||
// 1740,
|
||||
1740,
|
||||
// 1739,
|
||||
// 1738,
|
||||
// 1737 NA
|
||||
|
Reference in New Issue
Block a user