mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
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:
committed by
Thiago de Arruda
parent
3be437ba27
commit
35ca066039
@@ -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()
|
||||||
|
|||||||
@@ -202,6 +202,11 @@ 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
|
||||||
|
//270,
|
||||||
|
//269,
|
||||||
|
//268,
|
||||||
|
//267,
|
||||||
|
266,
|
||||||
265,
|
265,
|
||||||
264,
|
264,
|
||||||
//263,
|
//263,
|
||||||
|
|||||||
Reference in New Issue
Block a user