Skip to content

Commit 4bd88d5

Browse files
committed
patch 8.1.2161: mapping test fails
Problem: Mapping test fails. Solution: Run the test separately.
1 parent a6cc5be commit 4bd88d5

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
@@ -375,6 +375,7 @@ NEW_TESTS_RES = \
375375
test_makeencoding.res \
376376
test_man.res \
377377
test_maparg.res \
378+
test_mapping.res \
378379
test_marks.res \
379380
test_matchadd_conceal.res \
380381
test_memory_usage.res \

src/testdir/test_alot.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ source test_join.vim
3838
source test_jumps.vim
3939
source test_lambda.vim
4040
source test_lispwords.vim
41-
source test_mapping.vim
4241
source test_match.vim
4342
source test_menu.vim
4443
source test_messages.vim

src/version.c

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

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
2161,
756758
/**/
757759
2160,
758760
/**/

0 commit comments

Comments
 (0)