components/vim/vim72-patches/7.2.369
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.369
       
     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.369
       
    11 Problem:    Error message is not easy to understand.
       
    12 Solution:   Add quotes. (SungHyun Nam)
       
    13 Files:	    src/ex_cmds2.c
       
    14 
       
    15 
       
    16 *** ../vim-7.2.368/src/ex_cmds2.c	2010-02-03 15:14:15.000000000 +0100
       
    17 --- src/ex_cmds2.c	2010-02-18 21:16:20.000000000 +0100
       
    18 ***************
       
    19 *** 1092,1098 ****
       
    20   	set_vim_var_nr(VV_PROFILING, 1L);
       
    21       }
       
    22       else if (do_profiling == PROF_NONE)
       
    23 ! 	EMSG(_("E750: First use :profile start <fname>"));
       
    24       else if (STRCMP(eap->arg, "pause") == 0)
       
    25       {
       
    26   	if (do_profiling == PROF_YES)
       
    27 --- 1092,1098 ----
       
    28   	set_vim_var_nr(VV_PROFILING, 1L);
       
    29       }
       
    30       else if (do_profiling == PROF_NONE)
       
    31 ! 	EMSG(_("E750: First use \":profile start {fname}\""));
       
    32       else if (STRCMP(eap->arg, "pause") == 0)
       
    33       {
       
    34   	if (do_profiling == PROF_YES)
       
    35 *** ../vim-7.2.368/src/version.c	2010-02-18 15:51:25.000000000 +0100
       
    36 --- src/version.c	2010-02-24 13:58:28.000000000 +0100
       
    37 ***************
       
    38 *** 683,684 ****
       
    39 --- 683,686 ----
       
    40   {   /* Add new patch number below this line */
       
    41 + /**/
       
    42 +     369,
       
    43   /**/
       
    44 
       
    45 -- 
       
    46 MAN:     You don't frighten us, English pig-dog!  Go and boil your bottoms,
       
    47          son of a silly person.  I blow my nose on you, so-called Arthur-king,
       
    48          you and your silly English K...kaniggets.
       
    49    He puts hands to his ears and blows a raspberry.
       
    50                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
       
    51 
       
    52  /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
       
    53 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
       
    54 \\\        download, build and distribute -- http://www.A-A-P.org        ///
       
    55  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///