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 4cafa6d commit 0c0dac1Copy full SHA for 0c0dac1
src/testdir/Make_dos.mak
@@ -114,4 +114,4 @@ bench_re_freeze.out: bench_re_freeze.vim
114
newtests: $(NEW_TESTS)
115
116
.vim.res:
117
- $(VIMPROG) -u NONE -U NONE -S runtest.vim $*.vim
+ $(VIMPROG) -u NONE $(NO_PLUGIN) -S runtest.vim $*.vim
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1424,
753
/**/
754
1423,
755
0 commit comments