]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.111
- initial import
[packages/vim.git] / 6.2.111
CommitLineData
5f6937f1
AM
1To: vim-dev@vim.org
2Subject: Patch 6.2.111
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 6.2.111
11Problem: Encoding "cp1251" is not recognized.
12Solution: Add "cp1251" to the table of encocings. (Alexey Froloff)
13Files: 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--
48If 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.086602 seconds and 4 git commands to generate.