We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cc5be commit 4bd88d5Copy full SHA for 4bd88d5
3 files changed
src/testdir/Make_all.mak
@@ -375,6 +375,7 @@ NEW_TESTS_RES = \
375
test_makeencoding.res \
376
test_man.res \
377
test_maparg.res \
378
+ test_mapping.res \
379
test_marks.res \
380
test_matchadd_conceal.res \
381
test_memory_usage.res \
src/testdir/test_alot.vim
@@ -38,7 +38,6 @@ source test_join.vim
38
source test_jumps.vim
39
source test_lambda.vim
40
source test_lispwords.vim
41
-source test_mapping.vim
42
source test_match.vim
43
source test_menu.vim
44
source test_messages.vim
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 2161,
758
/**/
759
2160,
760
0 commit comments