mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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)
This commit is contained in:
parent
07729b25bf
commit
c24c1acd82
@ -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 = []
|
||||
|
@ -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 = []
|
||||
|
@ -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)
|
||||
|
@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
961,
|
||||
/**/
|
||||
960,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user