]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.255
- updated to 0.7.5
[packages/vim.git] / 7.1.255
CommitLineData
ef75664d
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.255
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.1.255
11Problem: Vim doesn't support utf-32. (Yongwei Wu)
12Solution: Add aliases for utf-32, it's the same as ucs-4.
13Files: src/mbyte.c
14
15
16*** ../vim-7.1.254/src/mbyte.c Sun Jan 6 17:18:16 2008
17--- src/mbyte.c Tue Feb 19 20:31:48 2008
18***************
19*** 360,365 ****
20--- 360,371 ----
21 {"ucs4be", IDX_UCS4},
22 {"ucs-4be", IDX_UCS4},
23 {"ucs4le", IDX_UCS4LE},
24+ {"utf32", IDX_UCS4},
25+ {"utf-32", IDX_UCS4},
26+ {"utf32be", IDX_UCS4},
27+ {"utf-32be", IDX_UCS4},
28+ {"utf32le", IDX_UCS4LE},
29+ {"utf-32le", IDX_UCS4LE},
30 {"932", IDX_CP932},
31 {"949", IDX_CP949},
32 {"936", IDX_CP936},
33*** ../vim-7.1.254/src/version.c Wed Feb 20 10:57:11 2008
34--- src/version.c Wed Feb 20 11:27:00 2008
35***************
36*** 668,669 ****
37--- 668,671 ----
38 { /* Add new patch number below this line */
39+ /**/
40+ 255,
41 /**/
42
43--
44hundred-and-one symptoms of being an internet addict:
4537. You start looking for hot HTML addresses in public restrooms.
46
47 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
48/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
49\\\ download, build and distribute -- http://www.A-A-P.org ///
50 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.028206 seconds and 4 git commands to generate.