diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2014-04-29 15:01:06 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-29 15:05:47 -0300 |
commit | 35ca06603948aba029a82bf094fffaf7f17da4e3 (patch) | |
tree | 1c0d26e51d7ecaec206b215213afce0cbc11ba10 /src | |
parent | 3be437ba279ee89c55a67ef38610b2c18c5c070a (diff) | |
download | rneovim-35ca06603948aba029a82bf094fffaf7f17da4e3.tar.gz rneovim-35ca06603948aba029a82bf094fffaf7f17da4e3.tar.bz2 rneovim-35ca06603948aba029a82bf094fffaf7f17da4e3.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/testdir/test62.in | 1 | ||||
-rw-r--r-- | src/version.c | 5 |
2 files changed, 6 insertions, 0 deletions
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() diff --git a/src/version.c b/src/version.c index 8803430a3b..5833ad85c9 100644 --- a/src/version.c +++ b/src/version.c @@ -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, |