]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.111
- fix for current libselinux
[packages/vim.git] / 6.2.111
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.111
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 6.2.111
11 Problem:    Encoding "cp1251" is not recognized.
12 Solution:   Add "cp1251" to the table of encocings. (Alexey Froloff)
13 Files:      src/mbyte.c
14
15
16 *** ../vim-6.2.110/src/mbyte.c  Fri Jul 25 22:35:52 2003
17 --- src/mbyte.c Tue Sep 30 20:07:15 2003
18 ***************
19 *** 210,216 ****
20       {"euc-tw",                ENC_DBCS,               DBCS_CHTU},
21   #define IDX_BIG5      34
22       {"big5",          ENC_DBCS,               DBCS_CHT},
23 ! #define IDX_COUNT     35
24   };
25   
26   /*
27 --- 210,218 ----
28       {"euc-tw",                ENC_DBCS,               DBCS_CHTU},
29   #define IDX_BIG5      34
30       {"big5",          ENC_DBCS,               DBCS_CHT},
31 ! #define IDX_CP1251    35
32 !     {"cp1251",                ENC_8BIT,               1251},
33 ! #define IDX_COUNT     36
34   };
35   
36   /*
37 *** ../vim-6.2.110/src/version.c        Sun Oct 12 17:00:32 2003
38 --- src/version.c       Sun Oct 12 17:01:56 2003
39 ***************
40 *** 639,640 ****
41 --- 639,642 ----
42   {   /* Add new patch number below this line */
43 + /**/
44 +     111,
45   /**/
46
47 -- 
48 If Microsoft would build a car...
49 ... You'd have to press the "Start" button to turn the engine off.
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
53 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
54  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.026744 seconds and 3 git commands to generate.