# HG changeset patch # User Bram Moolenaar # Date 1571247003 -7200 # Node ID 813c150c3787ab8b5b8a994b5b5e794825304e93 # Parent de63e2137a9613f235be49c9cf2595ba1d666a7d patch 8.1.2161: mapping test fails Commit: https://github.com/vim/vim/commit/4bd88d568a81d37df69dc3cf8cdd8d9dbb4011b7 Author: Bram Moolenaar Date: Wed Oct 16 19:27:26 2019 +0200 patch 8.1.2161: mapping test fails Problem: Mapping test fails. Solution: Run the test separately. diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -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 \ diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2161, +/**/ 2160, /**/ 2159,