Patch 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)
Files: src/testdir/test86.in, src/testdir/test87.in,
src/testdir/test87.ok
*** ../vim-7.3.960/src/testdir/test86.in 2013-05-15 16:27:33.000000000
+0200
--- src/testdir/test86.in 2013-05-16 18:58:46.000000000 +0200
***************
*** 5,14 ****
./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
:py import vim
:fun Test()
:let l = []
--- 5,14 ----
./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 = []
*** ../vim-7.3.960/src/testdir/test87.in 2013-05-15 16:27:33.000000000
+0200
--- src/testdir/test87.in 2013-05-16 18:56:21.000000000 +0200
***************
*** 3,8 ****
--- 3,9 ----
STARTTEST
:so small.vim
:if !has('python3') | e! test.ok | wq! test.out | endif
+ :lang C
:py3 import vim
:fun Test()
:let l = []
*** ../vim-7.3.960/src/testdir/test87.ok 2013-05-15 16:27:33.000000000
+0200
--- src/testdir/test87.ok 2013-05-16 20:46:05.000000000 +0200
***************
*** 322,328 ****
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)
<tabpage 1>(2): 1 windows, current is <window object (unknown)>
Windows:
<window object (unknown)>(0): displays buffer <buffer 0>; cursor is at
(1, 0)
--- 322,328 ----
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 (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)
*** ../vim-7.3.960/src/version.c 2013-05-15 23:13:06.000000000 +0200
--- src/version.c 2013-05-16 20:47:38.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
{ /* Add new patch number below this line */
+ /**/
+ 961,
/**/
--
When I look deep into your eyes, I see JPEG artifacts.
I can tell by the pixels that we're wrong for each other. (xkcd)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.