components/vim/vim72-patches/7.2.028
changeset 198 172fc01ce997
equal deleted inserted replaced
197:fd801ec0737c 198:172fc01ce997
       
     1 To: [email protected]
       
     2 Subject: Patch 7.2.028
       
     3 Fcc: outbox
       
     4 From: Bram Moolenaar <[email protected]>
       
     5 Mime-Version: 1.0
       
     6 Content-Type: text/plain; charset=ISO-8859-1
       
     7 Content-Transfer-Encoding: 8bit
       
     8 ------------
       
     9 
       
    10 Patch 7.2.028
       
    11 Problem:    Confusing error message for missing ().
       
    12 Solution:   Change "braces" to "parentheses". (Gary Johnson)
       
    13 Files:	    src/eval.c
       
    14 
       
    15 
       
    16 *** ../vim-7.2.027/src/eval.c	Wed Sep 10 15:38:13 2008
       
    17 --- src/eval.c	Tue Sep 30 21:43:38 2008
       
    18 ***************
       
    19 *** 3287,3293 ****
       
    20   
       
    21       if (*startarg != '(')
       
    22       {
       
    23 ! 	EMSG2(_("E107: Missing braces: %s"), eap->arg);
       
    24   	goto end;
       
    25       }
       
    26   
       
    27 --- 3293,3299 ----
       
    28   
       
    29       if (*startarg != '(')
       
    30       {
       
    31 ! 	EMSG2(_("E107: Missing parentheses: %s"), eap->arg);
       
    32   	goto end;
       
    33       }
       
    34   
       
    35 *** ../vim-7.2.027/src/version.c	Thu Nov  6 10:23:03 2008
       
    36 --- src/version.c	Thu Nov  6 11:02:51 2008
       
    37 ***************
       
    38 *** 678,679 ****
       
    39 --- 678,681 ----
       
    40   {   /* Add new patch number below this line */
       
    41 + /**/
       
    42 +     28,
       
    43   /**/
       
    44 
       
    45 -- 
       
    46 Wizards had always known that the act of observation changed the thing that
       
    47 was observed, and sometimes forgot that it also changed the observer too.
       
    48 			Terry Pratchett  -  Interesting times
       
    49 
       
    50  /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
       
    51 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
       
    52 \\\        download, build and distribute -- http://www.A-A-P.org        ///
       
    53  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///