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 8922860 commit 6c307dcCopy full SHA for 6c307dc
2 files changed
src/testdir/Make_all.mak
@@ -96,9 +96,9 @@ NEW_TESTS = \
96
test_escaped_glob \
97
test_eval_stuff \
98
test_ex_equal \
99
+ test_ex_mode \
100
test_ex_undo \
101
test_ex_z \
- test_ex_mode \
102
test_excmd \
103
test_exec_while_if \
104
test_execute_func \
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 520,
743
/**/
744
519,
745
0 commit comments