summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/testdir/test77a.in6
-rw-r--r--src/version.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/testdir/test77a.in b/src/testdir/test77a.in
index 052e29a611..b4f38b5bb9 100644
--- a/src/testdir/test77a.in
+++ b/src/testdir/test77a.in
@@ -10,7 +10,11 @@ If it isn't available then the test will be skipped.
VMS does not have CKSUM but has a built in CHECKSUM - it should be used
STARTTEST
-:so small.vim
+:silent! while 0
+: e! test.ok
+: w! test.out
+: qa!
+:silent! endwhile
:if !has("vms")
: e! test.ok
: w! test.out
diff --git a/src/version.c b/src/version.c
index 11dd396546..e9bf1b7d8c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1448,
+/**/
1447,
/**/
1446,