We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ee892 commit cf4d454Copy full SHA for cf4d454
3 files changed
src/testdir/Make_all.mak
@@ -416,6 +416,7 @@ NEW_TESTS_RES = \
416
test_listdict.res \
417
test_listener.res \
418
test_listlbr.res \
419
+ test_listlbr_utf8.res \
420
test_lua.res \
421
test_makeencoding.res \
422
test_man.res \
src/testdir/test_alot_utf8.vim
@@ -6,7 +6,6 @@
6
7
source test_charsearch_utf8.vim
8
source test_expr_utf8.vim
9
-source test_listlbr_utf8.vim
10
source test_mksession_utf8.vim
11
source test_regexp_utf8.vim
12
source test_source_utf8.vim
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 1920,
755
/**/
756
1919,
757
0 commit comments