components/vim/vim72-patches/7.2.414
changeset 379 c6a17bba1da3
parent 378 f0b61ed1d10d
child 380 e92b3b4a1c66
equal deleted inserted replaced
378:f0b61ed1d10d 379:c6a17bba1da3
     1 To: [email protected]
       
     2 Subject: Patch 7.2.414
       
     3 Fcc: outbox
       
     4 From: Bram Moolenaar <[email protected]>
       
     5 Mime-Version: 1.0
       
     6 Content-Type: text/plain; charset=UTF-8
       
     7 Content-Transfer-Encoding: 8bit
       
     8 ------------
       
     9 
       
    10 Patch 7.2.414
       
    11 Problem:    CTRK-K <space> <space> does not produce 0xa0 as expected. (Tony
       
    12 	    Mechelynck)
       
    13 Solution:   Remove the Unicode range 0xe000 - 0xefff from digraphs, these are
       
    14 	    not valid characters.
       
    15 Files:	    src/digraph.c
       
    16 
       
    17 
       
    18 *** ../vim-7.2.413/src/digraph.c	2009-05-13 14:12:14.000000000 +0200
       
    19 --- src/digraph.c	2010-04-11 17:28:22.000000000 +0200
       
    20 ***************
       
    21 *** 1933,1977 ****
       
    22   	{'7', 'c', 0x3226},
       
    23   	{'8', 'c', 0x3227},
       
    24   	{'9', 'c', 0x3228},
       
    25 ! 	{' ', ' ', 0xe000},
       
    26 ! 	{'/', 'c', 0xe001},
       
    27 ! 	{'U', 'A', 0xe002},
       
    28 ! 	{'U', 'B', 0xe003},
       
    29 ! 	{'"', '3', 0xe004},
       
    30 ! 	{'"', '1', 0xe005},
       
    31 ! 	{'"', '!', 0xe006},
       
    32 ! 	{'"', '\'', 0xe007},
       
    33 ! 	{'"', '>', 0xe008},
       
    34 ! 	{'"', '?', 0xe009},
       
    35 ! 	{'"', '-', 0xe00a},
       
    36 ! 	{'"', '(', 0xe00b},
       
    37 ! 	{'"', '.', 0xe00c},
       
    38 ! 	{'"', ':', 0xe00d},
       
    39 ! 	{'"', '0', 0xe00e},
       
    40 ! 	{'"', '"', 0xe00f},
       
    41 ! 	{'"', '<', 0xe010},
       
    42 ! 	{'"', ',', 0xe011},
       
    43 ! 	{'"', ';', 0xe012},
       
    44 ! 	{'"', '_', 0xe013},
       
    45 ! 	{'"', '=', 0xe014},
       
    46 ! 	{'"', '/', 0xe015},
       
    47 ! 	{'"', 'i', 0xe016},
       
    48 ! 	{'"', 'd', 0xe017},
       
    49 ! 	{'"', 'p', 0xe018},
       
    50 ! 	{';', ';', 0xe019},
       
    51 ! 	{',', ',', 0xe01a},
       
    52 ! 	{'b', '3', 0xe01b},
       
    53 ! 	{'C', 'i', 0xe01c},
       
    54 ! 	{'f', '(', 0xe01d},
       
    55 ! 	{'e', 'd', 0xe01e},
       
    56 ! 	{'a', 'm', 0xe01f},
       
    57 ! 	{'p', 'm', 0xe020},
       
    58 ! 	{'F', 'l', 0xe023},
       
    59 ! 	{'G', 'F', 0xe024},
       
    60 ! 	{'>', 'V', 0xe025},
       
    61 ! 	{'!', '*', 0xe026},
       
    62 ! 	{'?', '*', 0xe027},
       
    63 ! 	{'J', '<', 0xe028},
       
    64   	{'f', 'f', 0xfb00},
       
    65   	{'f', 'i', 0xfb01},
       
    66   	{'f', 'l', 0xfb02},
       
    67 --- 1933,1940 ----
       
    68   	{'7', 'c', 0x3226},
       
    69   	{'8', 'c', 0x3227},
       
    70   	{'9', 'c', 0x3228},
       
    71 ! 	/* code points 0xe000 - 0xefff excluded, they have no assigned
       
    72 ! 	 * characters, only used in proposals. */
       
    73   	{'f', 'f', 0xfb00},
       
    74   	{'f', 'i', 0xfb01},
       
    75   	{'f', 'l', 0xfb02},
       
    76 *** ../vim-7.2.413/src/version.c	2010-05-07 16:05:48.000000000 +0200
       
    77 --- src/version.c	2010-05-07 16:17:26.000000000 +0200
       
    78 ***************
       
    79 *** 683,684 ****
       
    80 --- 683,686 ----
       
    81   {   /* Add new patch number below this line */
       
    82 + /**/
       
    83 +     414,
       
    84   /**/
       
    85 
       
    86 -- 
       
    87 How To Keep A Healthy Level Of Insanity:
       
    88 4. Put your garbage can on your desk and label it "in".
       
    89 
       
    90  /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
       
    91 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
       
    92 \\\        download, build and distribute -- http://www.A-A-P.org        ///
       
    93  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///