patch 7.4.1740 v7.4.1740
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 17:50:22 +0000 (19:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 17:50:22 +0000 (19:50 +0200)
commit4d585022023b96f6507e8cae5ed8fc8d926f5140
tree044b644685ba3034bcaee0f022aaf8fd70a8fc64
parentbea1ede1c59a11ca5bf9d91cd30b7b2937b9fb41
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)
src/screen.c
src/testdir/Make_all.mak
src/testdir/test_alot_utf8.vim
src/testdir/test_match_conceal.in [deleted file]
src/testdir/test_match_conceal.ok [deleted file]
src/testdir/test_matchadd_conceal.vim [new file with mode: 0644]
src/testdir/test_matchadd_conceal_utf8.vim [new file with mode: 0644]
src/testdir/test_undolevels.vim
src/version.c