|
Karsten Hopp |
d2126a |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
d2126a |
Subject: Patch 7.3.847
|
|
Karsten Hopp |
d2126a |
Fcc: outbox
|
|
Karsten Hopp |
d2126a |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
d2126a |
Mime-Version: 1.0
|
|
Karsten Hopp |
d2126a |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
d2126a |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
d2126a |
------------
|
|
Karsten Hopp |
d2126a |
|
|
Karsten Hopp |
d2126a |
Patch 7.3.847
|
|
Karsten Hopp |
d2126a |
Problem: Test 55 fails when messages are translated.
|
|
Karsten Hopp |
d2126a |
Solution: Set language to C. (Ken Takata)
|
|
Karsten Hopp |
d2126a |
Files: src/testdir/test55.in
|
|
Karsten Hopp |
d2126a |
|
|
Karsten Hopp |
d2126a |
|
|
Karsten Hopp |
d2126a |
*** ../vim-7.3.846/src/testdir/test55.in 2012-08-29 16:55:09.000000000 +0200
|
|
Karsten Hopp |
d2126a |
--- src/testdir/test55.in 2013-03-07 14:33:12.000000000 +0100
|
|
Karsten Hopp |
d2126a |
***************
|
|
Karsten Hopp |
d2126a |
*** 3,8 ****
|
|
Karsten Hopp |
d2126a |
--- 3,9 ----
|
|
Karsten Hopp |
d2126a |
STARTTEST
|
|
Karsten Hopp |
d2126a |
:so small.vim
|
|
Karsten Hopp |
d2126a |
:fun Test(...)
|
|
Karsten Hopp |
d2126a |
+ :lang C
|
|
Karsten Hopp |
d2126a |
:" Creating List directly with different types
|
|
Karsten Hopp |
d2126a |
:let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},]
|
|
Karsten Hopp |
d2126a |
:$put =string(l)
|
|
Karsten Hopp |
d2126a |
*** ../vim-7.3.846/src/version.c 2013-03-07 13:32:03.000000000 +0100
|
|
Karsten Hopp |
d2126a |
--- src/version.c 2013-03-07 14:49:57.000000000 +0100
|
|
Karsten Hopp |
d2126a |
***************
|
|
Karsten Hopp |
d2126a |
*** 730,731 ****
|
|
Karsten Hopp |
d2126a |
--- 730,733 ----
|
|
Karsten Hopp |
d2126a |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
d2126a |
+ /**/
|
|
Karsten Hopp |
d2126a |
+ 847,
|
|
Karsten Hopp |
d2126a |
/**/
|
|
Karsten Hopp |
d2126a |
|
|
Karsten Hopp |
d2126a |
--
|
|
Karsten Hopp |
d2126a |
"Space is big. Really big. You just won't believe how vastly hugely mind-
|
|
Karsten Hopp |
d2126a |
bogglingly big it is. I mean, you may think it's a long way down the
|
|
Karsten Hopp |
d2126a |
road to the chemist, but that's just peanuts to space."
|
|
Karsten Hopp |
d2126a |
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
|
|
Karsten Hopp |
d2126a |
|
|
Karsten Hopp |
d2126a |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
d2126a |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
d2126a |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
d2126a |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|