]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.386
- new
[packages/vim.git] / 7.3.386
CommitLineData
d034a75d
AG
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.386
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.386
11Problem: Test 83 fails when iconv does not support cp932. (raf)
12Solution: Test if conversion works. (Yukihiro Nakadaira)
13Files: 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--
46WOMAN: King of the who?
47ARTHUR: The Britons.
48WOMAN: Who are the Britons?
49ARTHUR: 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 ///
This page took 0.042598 seconds and 4 git commands to generate.