summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot_utf8.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-12 16:37:14 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-12 16:37:14 +0100
commit454709baffd3205bf2b7d2519419675a122f2bd2 (patch)
tree4406c7b5349cb29b379cc8e7ec2463d321eb9cd4 /src/testdir/test_alot_utf8.vim
parent2fcf6688bc3a8df2dff9c352d415b89db8b33668 (diff)
patch 8.0.0446: the ";" command does not work after some charactersv8.0.0446
Problem: The ";" command does not work after characters with a lower byte that is NUL. Solution: Properly check for not having a previous character. (Hirohito Higashi)
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 3022da3348..13724cbd4a 100644
--- a/src/testdir/test_alot_utf8.vim
+++ b/src/testdir/test_alot_utf8.vim
@@ -6,6 +6,7 @@
" files, so that they can be run by themselves.
set belloff=all
+source test_charsearch_utf8.vim
source test_expr_utf8.vim
source test_matchadd_conceal_utf8.vim
source test_regexp_utf8.vim