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:
Nova
2016-09-21 17:15:37 +07:00
parent baf91a455c
commit a20a00459c
8 changed files with 316 additions and 237 deletions

View File

@@ -703,7 +703,7 @@ static int included_patches[] = {
// 1743 NA
// 1742,
// 1741,
// 1740,
1740,
// 1739,
// 1738,
// 1737 NA