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
This commit is contained in:
Marco Hinz 2014-04-29 15:01:06 +02:00 committed by Thiago de Arruda
parent 3be437ba27
commit 35ca066039
2 changed files with 6 additions and 0 deletions

View File

@ -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()

View File

@ -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,