From 35ca06603948aba029a82bf094fffaf7f17da4e3 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 29 Apr 2014 15:01:06 +0200 Subject: vim-patch:7.4.266 Problem: Test 62 fails. Solution: Set the language to C. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=8f84e906d454a95d3167678a745dde9de442b604 --- src/testdir/test62.in | 1 + src/version.c | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'src') 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, -- cgit