updated for version 7.3.961
Problem: Tests 86 and 87 fail when using another language than English.
Solution: Set the language to C in the test. (Dominique Pelle)
diff --git a/src/testdir/test86.in b/src/testdir/test86.in
index 43f2a54..8124b51 100644
--- a/src/testdir/test86.in
+++ b/src/testdir/test86.in
@@ -5,10 +5,10 @@
./configure --without-pymalloc
See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup
-
STARTTEST
:so small.vim
:if !has('python') | e! test.ok | wq! test.out | endif
+:lang C
:py import vim
:fun Test()
:let l = []
diff --git a/src/testdir/test87.in b/src/testdir/test87.in
index 7d8ba3c..51425d6 100644
--- a/src/testdir/test87.in
+++ b/src/testdir/test87.in
@@ -3,6 +3,7 @@
STARTTEST
:so small.vim
:if !has('python3') | e! test.ok | wq! test.out | endif
+:lang C
:py3 import vim
:fun Test()
:let l = []
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok
index a37bd72..7ed51b9 100644
--- a/src/testdir/test87.ok
+++ b/src/testdir/test87.ok
@@ -322,7 +322,7 @@
Current tab pages:
<tabpage 0>(1): 1 windows, current is <window object (unknown)>
Windows:
- <window object (unknown)>(0): displays buffer <buffer test87.in>; cursor is at (929, 0)
+ <window object (unknown)>(0): displays buffer <buffer test87.in>; cursor is at (930, 0)
<tabpage 1>(2): 1 windows, current is <window object (unknown)>
Windows:
<window object (unknown)>(0): displays buffer <buffer 0>; cursor is at (1, 0)
diff --git a/src/version.c b/src/version.c
index 4ace0a0..65683ba 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 961,
+/**/
960,
/**/
959,