Skip to content

Commit cf4d454

Browse files
committed
patch 8.2.1920: listlbr test fails when run after another test
Problem: Listlbr test fails when run after another test. Solution: Add test separately to list of test targets.
1 parent 28ee892 commit cf4d454

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/Make_all.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ NEW_TESTS_RES = \
416416
test_listdict.res \
417417
test_listener.res \
418418
test_listlbr.res \
419+
test_listlbr_utf8.res \
419420
test_lua.res \
420421
test_makeencoding.res \
421422
test_man.res \

src/testdir/test_alot_utf8.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
source test_charsearch_utf8.vim
88
source test_expr_utf8.vim
9-
source test_listlbr_utf8.vim
109
source test_mksession_utf8.vim
1110
source test_regexp_utf8.vim
1211
source test_source_utf8.vim

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
1920,
753755
/**/
754756
1919,
755757
/**/

0 commit comments

Comments
 (0)