summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot_utf8.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-14 19:50:22 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-14 19:50:22 +0200
commit4d585022023b96f6507e8cae5ed8fc8d926f5140 (patch)
tree044b644685ba3034bcaee0f022aaf8fd70a8fc64 /src/testdir/test_alot_utf8.vim
parentbea1ede1c59a11ca5bf9d91cd30b7b2937b9fb41 (diff)
patch 7.4.1740v7.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)
Diffstat (limited to 'src/testdir/test_alot_utf8.vim')
-rw-r--r--src/testdir/test_alot_utf8.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot_utf8.vim b/src/testdir/test_alot_utf8.vim
index e55555e6e4..8824ee5e15 100644
--- a/src/testdir/test_alot_utf8.vim
+++ b/src/testdir/test_alot_utf8.vim
@@ -5,4 +5,5 @@
" files, so that they can be run by themselves.
source test_expr_utf8.vim
+source test_matchadd_conceal_utf8.vim
source test_regexp_utf8.vim