forked from aniani/vim
updated for version 7.4.266
Problem: Test 62 fails. Solution: Set the language to C. (Christian Brabandt)
This commit is contained in:
parent
a4f317df89
commit
33e87789a7
@ -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()
|
||||
|
@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
266,
|
||||
/**/
|
||||
265,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user