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.386 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.5 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.386
  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.386
  11. Problem:    Test 83 fails when iconv does not support cp932. (raf)
  12. Solution:   Test if conversion works. (Yukihiro Nakadaira)
  13. Files:        src/testdir/test83.in
  14.  
  15.  
  16. *** ../vim-7.3.385/src/testdir/test83.in    2011-10-12 19:53:31.000000000 +0200
  17. --- src/testdir/test83.in    2011-12-21 21:01:44.000000000 +0100
  18. ***************
  19. *** 2,8 ****
  20.   
  21.   STARTTEST
  22.   :so mbyte.vim
  23. ! :if !has('iconv')
  24.   : e! test.ok
  25.   : w! test.out
  26.   : qa!
  27. --- 2,8 ----
  28.   
  29.   STARTTEST
  30.   :so mbyte.vim
  31. ! :if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
  32.   : e! test.ok
  33.   : w! test.out
  34.   : qa!
  35. *** ../vim-7.3.385/src/version.c    2011-12-23 14:54:01.000000000 +0100
  36. --- src/version.c    2011-12-23 14:55:38.000000000 +0100
  37. ***************
  38. *** 716,717 ****
  39. --- 716,719 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     386,
  43.   /**/
  44.  
  45. -- 
  46. WOMAN:   King of the who?
  47. ARTHUR:  The Britons.
  48. WOMAN:   Who are the Britons?
  49. ARTHUR:  Well, we all are. we're all Britons and I am your king.
  50.                                   The Quest for the Holy Grail (Monty Python)
  51.  
  52.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  53. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  54. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  55.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  56.