|
Karsten Hopp |
af844f |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
af844f |
Subject: Patch 7.3.386
|
|
Karsten Hopp |
af844f |
Fcc: outbox
|
|
Karsten Hopp |
af844f |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
af844f |
Mime-Version: 1.0
|
|
Karsten Hopp |
af844f |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
af844f |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
af844f |
------------
|
|
Karsten Hopp |
af844f |
|
|
Karsten Hopp |
af844f |
Patch 7.3.386
|
|
Karsten Hopp |
af844f |
Problem: Test 83 fails when iconv does not support cp932. (raf)
|
|
Karsten Hopp |
af844f |
Solution: Test if conversion works. (Yukihiro Nakadaira)
|
|
Karsten Hopp |
af844f |
Files: src/testdir/test83.in
|
|
Karsten Hopp |
af844f |
|
|
Karsten Hopp |
af844f |
|
|
Karsten Hopp |
af844f |
*** ../vim-7.3.385/src/testdir/test83.in 2011-10-12 19:53:31.000000000 +0200
|
|
Karsten Hopp |
af844f |
--- src/testdir/test83.in 2011-12-21 21:01:44.000000000 +0100
|
|
Karsten Hopp |
af844f |
***************
|
|
Karsten Hopp |
af844f |
*** 2,8 ****
|
|
Karsten Hopp |
af844f |
|
|
Karsten Hopp |
af844f |
STARTTEST
|
|
Karsten Hopp |
af844f |
:so mbyte.vim
|
|
Karsten Hopp |
af844f |
! :if !has('iconv')
|
|
Karsten Hopp |
af844f |
: e! test.ok
|
|
Karsten Hopp |
af844f |
: w! test.out
|
|
Karsten Hopp |
af844f |
: qa!
|
|
Karsten Hopp |
af844f |
--- 2,8 ----
|
|
Karsten Hopp |
af844f |
|
|
Karsten Hopp |
af844f |
STARTTEST
|
|
Karsten Hopp |
af844f |
:so mbyte.vim
|
|
Karsten Hopp |
af844f |
! :if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
|
|
Karsten Hopp |
af844f |
: e! test.ok
|
|
Karsten Hopp |
af844f |
: w! test.out
|
|
Karsten Hopp |
af844f |
: qa!
|
|
Karsten Hopp |
af844f |
*** ../vim-7.3.385/src/version.c 2011-12-23 14:54:01.000000000 +0100
|
|
Karsten Hopp |
af844f |
--- src/version.c 2011-12-23 14:55:38.000000000 +0100
|
|
Karsten Hopp |
af844f |
***************
|
|
Karsten Hopp |
af844f |
*** 716,717 ****
|
|
Karsten Hopp |
af844f |
--- 716,719 ----
|
|
Karsten Hopp |
af844f |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
af844f |
+ /**/
|
|
Karsten Hopp |
af844f |
+ 386,
|
|
Karsten Hopp |
af844f |
/**/
|
|
Karsten Hopp |
af844f |
|
|
Karsten Hopp |
af844f |
--
|
|
Karsten Hopp |
af844f |
WOMAN: King of the who?
|
|
Karsten Hopp |
af844f |
ARTHUR: The Britons.
|
|
Karsten Hopp |
af844f |
WOMAN: Who are the Britons?
|
|
Karsten Hopp |
af844f |
ARTHUR: Well, we all are. we're all Britons and I am your king.
|
|
Karsten Hopp |
af844f |
The Quest for the Holy Grail (Monty Python)
|
|
Karsten Hopp |
af844f |
|
|
Karsten Hopp |
af844f |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
af844f |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
af844f |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
af844f |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|