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 2212c41 commit bf087ceCopy full SHA for bf087ce
2 files changed
Filelist
@@ -91,6 +91,7 @@ SRC_ALL = \
91
src/testdir/README.txt \
92
src/testdir/Make_all.mak \
93
src/testdir/*.in \
94
+ src/testdir/*.py \
95
src/testdir/sautest/autoload/*.vim \
96
src/testdir/runtest.vim \
97
src/testdir/test[0-9]*.ok \
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 1251,
747
/**/
748
1250,
749
0 commit comments