home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.847 < prev    next >
Encoding:
Internet Message Format  |  2013-03-06  |  1.5 KB

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