]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.193
- updated to 7.1.285
[packages/vim.git] / 7.1.193
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.193
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.193
11 Problem:    Some Vim 5.x digraphs are missing in Vim 7, even though the
12             character pairs are not used. (Philippe de Muyter)
13 Solution:   Add those Vim 5.x digraphs that don't conflict with others.
14 Files:      src/digraph.c
15
16
17 *** ../vim-7.1.192/src/digraph.c        Thu Sep 13 18:25:08 2007
18 --- src/digraph.c       Thu Jan  3 17:48:47 2008
19 ***************
20 *** 1978,1983 ****
21 --- 1978,2038 ----
22         {'f', 't', 0xfb05},
23         {'s', 't', 0xfb06},
24   #      endif /* FEAT_MBYTE */
25
26 +       /* Vim 5.x compatible digraphs that don't conflict with the above */
27 +       {'~', '!', 161},        /* ¡ */
28 +       {'c', '|', 162},        /* ¢ */
29 +       {'$', '$', 163},        /* £ */
30 +       {'o', 'x', 164},        /* ¤ - currency symbol in ISO 8859-1 */
31 +       {'Y', '-', 165},        /* ¥ */
32 +       {'|', '|', 166},        /* ¦ */
33 +       {'c', 'O', 169},        /* © */
34 +       {'-', ',', 172},        /* ¬ */
35 +       {'-', '=', 175},        /* ¯ */
36 +       {'~', 'o', 176},        /* ° */
37 +       {'2', '2', 178},        /* ² */
38 +       {'3', '3', 179},        /* ³ */
39 +       {'p', 'p', 182},        /* ¶ */
40 +       {'~', '.', 183},        /* · */
41 +       {'1', '1', 185},        /* ¹ */
42 +       {'~', '?', 191},        /* ¿ */
43 +       {'A', '`', 192},        /* À */
44 +       {'A', '^', 194},        /* Â */
45 +       {'A', '~', 195},        /* Ã */
46 +       {'A', '"', 196},        /* Ä */
47 +       {'A', '@', 197},        /* Å */
48 +       {'E', '`', 200},        /* È */
49 +       {'E', '^', 202},        /* Ê */
50 +       {'E', '"', 203},        /* Ë */
51 +       {'I', '`', 204},        /* Ì */
52 +       {'I', '^', 206},        /* Î */
53 +       {'I', '"', 207},        /* Ï */
54 +       {'N', '~', 209},        /* Ñ */
55 +       {'O', '`', 210},        /* Ò */
56 +       {'O', '^', 212},        /* Ô */
57 +       {'O', '~', 213},        /* Õ */
58 +       {'/', '\\', 215},       /* × - multiplication symbol in ISO 8859-1 */
59 +       {'U', '`', 217},        /* Ù */
60 +       {'U', '^', 219},        /* Û */
61 +       {'I', 'p', 222},        /* Þ */
62 +       {'a', '`', 224},        /* à */
63 +       {'a', '^', 226},        /* â */
64 +       {'a', '~', 227},        /* ã */
65 +       {'a', '"', 228},        /* ä */
66 +       {'a', '@', 229},        /* å */
67 +       {'e', '`', 232},        /* è */
68 +       {'e', '^', 234},        /* ê */
69 +       {'e', '"', 235},        /* ë */
70 +       {'i', '`', 236},        /* ì */
71 +       {'i', '^', 238},        /* î */
72 +       {'n', '~', 241},        /* ñ */
73 +       {'o', '`', 242},        /* ò */
74 +       {'o', '^', 244},        /* ô */
75 +       {'o', '~', 245},        /* õ */
76 +       {'u', '`', 249},        /* ù */
77 +       {'u', '^', 251},        /* û */
78 +       {'y', '"', 255},        /* x XX */
79
80         {NUL, NUL, NUL}
81          };
82   
83 *** ../vim-7.1.192/src/version.c        Thu Jan  3 16:31:17 2008
84 --- src/version.c       Thu Jan  3 17:52:51 2008
85 ***************
86 *** 668,669 ****
87 --- 668,671 ----
88   {   /* Add new patch number below this line */
89 + /**/
90 +     193,
91   /**/
92
93 -- 
94 Futility Factor: No experiment is ever a complete failure - it can always
95 serve as a negative example.
96
97  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
98 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
99 \\\        download, build and distribute -- http://www.A-A-P.org        ///
100  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.034638 seconds and 3 git commands to generate.