diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-29 11:55:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-29 11:55:29 +0200 |
commit | 33e87789a740fadcae473c60a00de2a13c55a7d0 (patch) | |
tree | faa1469a2c985e9744950a2606e9642276cd0131 | |
parent | a4f317df89e662a964197f2d586ac24cf801f14f (diff) | |
download | vim-git-33e87789a740fadcae473c60a00de2a13c55a7d0.tar.gz |
updated for version 7.4.266v7.4.266
Problem: Test 62 fails.
Solution: Set the language to C. (Christian Brabandt)
-rw-r--r-- | src/testdir/test62.in | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test62.in b/src/testdir/test62.in index 03415d132..93d968b33 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 94d985705..900051917 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 266, +/**/ 265, /**/ 264, |