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 49c39ff commit d2227a0Copy full SHA for d2227a0
src/testdir/Make_all.mak
@@ -2,6 +2,8 @@
2
# Common Makefile, defines the list of tests to run.
3
#
4
5
+NO_PLUGIN = -U NONE --noplugin --not-a-term
6
+
7
# The first script creates small.vim.
8
SCRIPTS_FIRST = \
9
test1.out
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
+ 1420,
753
/**/
754
1419,
755
0 commit comments