[vim/f19] - patchlevel 847

Karsten Hopp karsten at fedoraproject.org
Mon Apr 15 15:04:59 UTC 2013


commit d2126a04240ee2c1b7117b891ae5bb4b44f23b4d
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Apr 15 17:02:13 2013 +0200

    - patchlevel 847

 7.3.847 |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/7.3.847 b/7.3.847
new file mode 100644
index 0000000..a9bb426
--- /dev/null
+++ b/7.3.847
@@ -0,0 +1,47 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.847
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.847
+Problem:    Test 55 fails when messages are translated.
+Solution:   Set language to C. (Ken Takata)
+Files:	    src/testdir/test55.in
+
+
+*** ../vim-7.3.846/src/testdir/test55.in	2012-08-29 16:55:09.000000000 +0200
+--- src/testdir/test55.in	2013-03-07 14:33:12.000000000 +0100
+***************
+*** 3,8 ****
+--- 3,9 ----
+  STARTTEST
+  :so small.vim
+  :fun Test(...)
++ :lang C
+  :" Creating List directly with different types
+  :let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},]
+  :$put =string(l)
+*** ../vim-7.3.846/src/version.c	2013-03-07 13:32:03.000000000 +0100
+--- src/version.c	2013-03-07 14:49:57.000000000 +0100
+***************
+*** 730,731 ****
+--- 730,733 ----
+  {   /* Add new patch number below this line */
++ /**/
++     847,
+  /**/
+
+-- 
+"Space is big.  Really big.  You just won't believe how vastly hugely mind-
+bogglingly big it is.  I mean, you may think it's a long way down the
+road to the chemist, but that's just peanuts to space."
+		-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- 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    ///


More information about the scm-commits mailing list