]> granicus.if.org Git - vim/commitdiff
patch 8.1.2161: mapping test fails v8.1.2161
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Oct 2019 17:27:26 +0000 (19:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Oct 2019 17:27:26 +0000 (19:27 +0200)
Problem:    Mapping test fails.
Solution:   Run the test separately.

src/testdir/Make_all.mak
src/testdir/test_alot.vim
src/version.c

index 68f26de1621c366abce0267c14852496b83377f4..c22ce3bd6fba1c76ada866ebbceba6654b60b19e 100644 (file)
@@ -375,6 +375,7 @@ NEW_TESTS_RES = \
        test_makeencoding.res \
        test_man.res \
        test_maparg.res \
+       test_mapping.res \
        test_marks.res \
        test_matchadd_conceal.res \
        test_memory_usage.res \
index e3ce1e123f149dc30a264fbb104fd4d5119e3da6..216ff6c7eff770a975c2c8bdfde4f083c6ab6853 100644 (file)
@@ -38,7 +38,6 @@ source test_join.vim
 source test_jumps.vim
 source test_lambda.vim
 source test_lispwords.vim
-source test_mapping.vim
 source test_match.vim
 source test_menu.vim
 source test_messages.vim
index 9135fe73c95402321240dd8904f647311d65a075..f84340d3cb26c9692e94408f4a643bc4642c728f 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2161,
 /**/
     2160,
 /**/