summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testdir/test31.in2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test31.in b/src/testdir/test31.in
index 3ba8431cc..ff5a4992b 100644
--- a/src/testdir/test31.in
+++ b/src/testdir/test31.in
@@ -10,7 +10,7 @@ Test for commands that close windows and/or buffers:
:edit
STARTTEST
-:so tiny.vim
+:so small.vim
GA 1:$w! Xtest1
$r2:$w! Xtest2
$r3:$w! Xtest3
diff --git a/src/version.c b/src/version.c
index dc52ed142..4e56f30c4 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 */
/**/
+ 1039,
+/**/
1038,
/**/
1037,