aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testdir/test62.in1
-rw-r--r--src/version.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/src/testdir/test62.in b/src/testdir/test62.in
index 03415d1322..93d968b33e 100644
--- a/src/testdir/test62.in
+++ b/src/testdir/test62.in
@@ -2,6 +2,7 @@ Tests for tab pages
STARTTEST
:so small.vim
+:lang C
:" Simple test for opening and closing a tab page
:tabnew
:let nr = tabpagenr()
diff --git a/src/version.c b/src/version.c
index 8803430a3b..5833ad85c9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -202,6 +202,11 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
+ //270,
+ //269,
+ //268,
+ //267,
+ 266,
265,
264,
//263,