]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.961 v7.3.961
authorBram Moolenaar <Bram@vim.org>
Thu, 16 May 2013 18:47:56 +0000 (20:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 May 2013 18:47:56 +0000 (20:47 +0200)
Problem:    Tests 86 and 87 fail when using another language than English.
Solution:   Set the language to C in the test. (Dominique Pelle)

src/testdir/test86.in
src/testdir/test87.in
src/testdir/test87.ok
src/version.c

index 43f2a54513067209d8e4121e7f618a452857ca64..8124b51d6059d04ece1d9de52aaa2351cbd7cef1 100644 (file)
@@ -5,10 +5,10 @@ This would require recompiling Python with:
   ./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 = []
index 7d8ba3c3bf25f684f48e47c372354ea11b9c3065..51425d645a3f86595804bf358afe20df22cb0a2a 100644 (file)
@@ -3,6 +3,7 @@ Tests for various python features.     vim: set ft=vim :
 STARTTEST
 :so small.vim
 :if !has('python3') | e! test.ok | wq! test.out | endif
+:lang C
 :py3 import vim
 :fun Test()
 :let l = []
index a37bd7226366d086b97957d894c43872daa28d0a..7ed51b933c9bb3777e0015ba7ddd5335c9b9de6f 100644 (file)
@@ -322,7 +322,7 @@ Number of tabs: 4
 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)
index 4ace0a0202bb9bc198ccb80bd9dbe03194182d1d..65683bae1abbe269226fa2eca72d05a4b425d49f 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    961,
 /**/
     960,
 /**/