diff --git a/src/Makefile b/src/Makefile index 93a889831b..8985e40f42 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2012,6 +2012,7 @@ test_arglist \ test_assert \ test_backspace_opt \ test_cdo \ + test_channel \ test_cursor_func \ test_delete \ test_expand \ @@ -2552,6 +2553,7 @@ shadow: runtime pixmaps ../../testdir/Make_all.mak \ ../../testdir/*.in \ ../../testdir/*.vim \ + ../../testdir/*.py \ ../../testdir/python* \ ../../testdir/sautest \ ../../testdir/test83-tags? \ diff --git a/src/version.c b/src/version.c index d06e1617bd..4af96f156d 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1250, /**/ 1249, /**/