From: Bram Moolenaar Date: Tue, 29 Apr 2014 09:55:29 +0000 (+0200) Subject: updated for version 7.4.266 X-Git-Tag: v7.4.266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33e87789a740fadcae473c60a00de2a13c55a7d0;p=thirdparty%2Fvim.git updated for version 7.4.266 Problem: Test 62 fails. Solution: Set the language to C. (Christian Brabandt) --- 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 94d985705b..900051917a 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, /**/