]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.255
- updated to 7.1.326
[packages/vim.git] / 7.1.255
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.255
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.1.255
11 Problem:    Vim doesn't support utf-32. (Yongwei Wu)
12 Solution:   Add aliases for utf-32, it's the same as ucs-4.
13 Files:      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 -- 
44 hundred-and-one symptoms of being an internet addict:
45 37. 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.027208 seconds and 3 git commands to generate.