# HG changeset patch # User Bram Moolenaar # Date 1398765329 -7200 # Node ID 8f84e906d454a95d3167678a745dde9de442b604 # Parent 01f2b7e6b33ca4da4fbe2a5b8e9184ea2749d64e 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 266, +/**/ 265, /**/ 264,