From 33e87789a740fadcae473c60a00de2a13c55a7d0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 29 Apr 2014 11:55:29 +0200 Subject: updated for version 7.4.266 Problem: Test 62 fails. Solution: Set the language to C. (Christian Brabandt) --- src/testdir/test62.in | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'src') diff --git a/src/testdir/test62.in b/src/testdir/test62.in index 03415d132..93d968b33 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 94d985705..900051917 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 266, /**/ 265, /**/ -- cgit v1.2.1