mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
|
:lang C
|
||||||
:" Simple test for opening and closing a tab page
|
:" Simple test for opening and closing a tab page
|
||||||
:tabnew
|
:tabnew
|
||||||
:let nr = tabpagenr()
|
:let nr = tabpagenr()
|
||||||
|
@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
266,
|
||||||
/**/
|
/**/
|
||||||
265,
|
265,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user