changeset 22744:f63d14eca5c4 v8.2.1920

patch 8.2.1920: listlbr test fails when run after another test Commit: https://github.com/vim/vim/commit/cf4d454df0619ee41ef40e7e91fce3fb061d7d5b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 28 22:46:42 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Oct 2020 23:00:04 +0100
parents 3e5ed12c8908
children 34e09ca2ddb7
files src/testdir/Make_all.mak src/testdir/test_alot_utf8.vim src/version.c
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -416,6 +416,7 @@ NEW_TESTS_RES = \
 	test_listdict.res \
 	test_listener.res \
 	test_listlbr.res \
+	test_listlbr_utf8.res \
 	test_lua.res \
 	test_makeencoding.res \
 	test_man.res \
--- a/src/testdir/test_alot_utf8.vim
+++ b/src/testdir/test_alot_utf8.vim
@@ -6,7 +6,6 @@
 
 source test_charsearch_utf8.vim
 source test_expr_utf8.vim
-source test_listlbr_utf8.vim
 source test_mksession_utf8.vim
 source test_regexp_utf8.vim
 source test_source_utf8.vim
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1920,
+/**/
     1919,
 /**/
     1918,