]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.058
- new
[packages/vim.git] / 7.0.058
CommitLineData
a328bbc4
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.058
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.0.058
11Problem: The gbk and and gb18030 encodings are not recognized.
12Solution: Add aliases to cp936. (Edward L. Fox)
13Files: 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--
40hundred-and-one symptoms of being an internet addict:
41162. 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.0320319999999999 seconds and 4 git commands to generate.