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 fcb1e3d commit 2212c41Copy full SHA for 2212c41
2 files changed
src/Makefile
@@ -2012,6 +2012,7 @@ test_arglist \
2012
test_assert \
2013
test_backspace_opt \
2014
test_cdo \
2015
+ test_channel \
2016
test_cursor_func \
2017
test_delete \
2018
test_expand \
@@ -2552,6 +2553,7 @@ shadow: runtime pixmaps
2552
2553
../../testdir/Make_all.mak \
2554
../../testdir/*.in \
2555
../../testdir/*.vim \
2556
+ ../../testdir/*.py \
2557
../../testdir/python* \
2558
../../testdir/sautest \
2559
../../testdir/test83-tags? \
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
+ 1250,
747
/**/
748
1249,
749
0 commit comments