0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.1.2161: mapping test fails

Problem:    Mapping test fails.
Solution:   Run the test separately.
This commit is contained in:
Bram Moolenaar
2019-10-16 19:27:26 +02:00
parent a6cc5beb17
commit 4bd88d568a
3 changed files with 3 additions and 1 deletions

View File

@@ -375,6 +375,7 @@ NEW_TESTS_RES = \
test_makeencoding.res \ test_makeencoding.res \
test_man.res \ test_man.res \
test_maparg.res \ test_maparg.res \
test_mapping.res \
test_marks.res \ test_marks.res \
test_matchadd_conceal.res \ test_matchadd_conceal.res \
test_memory_usage.res \ test_memory_usage.res \

View File

@@ -38,7 +38,6 @@ source test_join.vim
source test_jumps.vim source test_jumps.vim
source test_lambda.vim source test_lambda.vim
source test_lispwords.vim source test_lispwords.vim
source test_mapping.vim
source test_match.vim source test_match.vim
source test_menu.vim source test_menu.vim
source test_messages.vim source test_messages.vim

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2161,
/**/ /**/
2160, 2160,
/**/ /**/