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 e13b9af commit 9b73c4aCopy full SHA for 9b73c4a
src/testdir/Make_all.mak
@@ -144,6 +144,7 @@ NEW_TESTS = test_arglist.res \
144
test_channel.res \
145
test_charsearch.res \
146
test_cmdline.res \
147
+ test_command_count.res \
148
test_crypt.res \
149
test_cscope.res \
150
test_diffmode.res \
src/testdir/test_alot.vim
@@ -3,7 +3,6 @@
3
4
source test_assign.vim
5
source test_autocmd.vim
6
-source test_command_count.vim
7
source test_cursor_func.vim
8
source test_delete.vim
9
source test_execute_func.vim
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 178,
769
/**/
770
177,
771
0 commit comments