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 + 1 file changed, 1 insertion(+) (limited to 'src/testdir') 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() -- cgit