]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.058
- new
[packages/vim.git] / 7.0.058
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.058
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.058
11 Problem:    The gbk and and gb18030 encodings are not recognized.
12 Solution:   Add aliases to cp936. (Edward L. Fox)
13 Files:      src/mbyte.c
14
15
16 *** ../vim-7.0.057/src/mbyte.c  Sat May 13 17:10:00 2006
17 --- src/mbyte.c Sat Aug 12 22:59:55 2006
18 ***************
19 *** 363,368 ****
20 --- 363,370 ----
21       {"932",           IDX_CP932},
22       {"949",           IDX_CP949},
23       {"936",           IDX_CP936},
24 +     {"gbk",           IDX_CP936},
25 +     {"gb18030",               IDX_CP936},     /* only 99% the same */
26       {"950",           IDX_CP950},
27       {"eucjp",         IDX_EUC_JP},
28       {"unix-jis",      IDX_EUC_JP},
29 *** ../vim-7.0.057/src/version.c        Wed Aug 16 17:36:21 2006
30 --- src/version.c       Wed Aug 16 18:04:14 2006
31 ***************
32 *** 668,669 ****
33 --- 668,671 ----
34   {   /* Add new patch number below this line */
35 + /**/
36 +     58,
37   /**/
38
39 -- 
40 hundred-and-one symptoms of being an internet addict:
41 162. You go outside and look for a brightness knob to turn down the sun.
42
43  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
44 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45 \\\        download, build and distribute -- http://www.A-A-P.org        ///
46  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.03526 seconds and 3 git commands to generate.