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 de653f0 commit 87bc3f7Copy full SHA for 87bc3f7
4 files changed
src/Makefile
@@ -2109,8 +2109,9 @@ test_arglist \
2109
test_matchadd_conceal_utf8 \
2110
test_menu \
2111
test_messages \
2112
- test_nested_function \
+ test_nested_function \
2113
test_netbeans \
2114
+ test_normal \
2115
test_options \
2116
test_packadd \
2117
test_partial \
src/testdir/Make_all.mak
@@ -174,6 +174,7 @@ NEW_TESTS = test_arglist.res \
174
test_matchadd_conceal.res \
175
test_nested_function.res \
176
test_netbeans.res \
177
+ test_normal.res \
178
test_packadd.res \
179
test_perl.res \
180
test_quickfix.res \
0 commit comments