commit | 4d585022023b96f6507e8cae5ed8fc8d926f5140 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 19:50:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 19:50:22 2016 +0200 |
tree | 044b644685ba3034bcaee0f022aaf8fd70a8fc64 | |
parent | bea1ede1c59a11ca5bf9d91cd30b7b2937b9fb41 [diff] [blame] |
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 #757)
diff --git a/src/version.c b/src/version.c index 6bdb861..755cf65 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1740, +/**/ 1739, /**/ 1738,