16b34e3
To: vim-dev@vim.org
16b34e3
Subject: Patch 7.2.369
16b34e3
Fcc: outbox
16b34e3
From: Bram Moolenaar <Bram@moolenaar.net>
16b34e3
Mime-Version: 1.0
16b34e3
Content-Type: text/plain; charset=UTF-8
16b34e3
Content-Transfer-Encoding: 8bit
16b34e3
------------
16b34e3
16b34e3
Patch 7.2.369
16b34e3
Problem:    Error message is not easy to understand.
16b34e3
Solution:   Add quotes. (SungHyun Nam)
16b34e3
Files:	    src/ex_cmds2.c
16b34e3
16b34e3
16b34e3
*** ../vim-7.2.368/src/ex_cmds2.c	2010-02-03 15:14:15.000000000 +0100
16b34e3
--- src/ex_cmds2.c	2010-02-18 21:16:20.000000000 +0100
16b34e3
***************
16b34e3
*** 1092,1098 ****
16b34e3
  	set_vim_var_nr(VV_PROFILING, 1L);
16b34e3
      }
16b34e3
      else if (do_profiling == PROF_NONE)
16b34e3
! 	EMSG(_("E750: First use :profile start <fname>"));
16b34e3
      else if (STRCMP(eap->arg, "pause") == 0)
16b34e3
      {
16b34e3
  	if (do_profiling == PROF_YES)
16b34e3
--- 1092,1098 ----
16b34e3
  	set_vim_var_nr(VV_PROFILING, 1L);
16b34e3
      }
16b34e3
      else if (do_profiling == PROF_NONE)
16b34e3
! 	EMSG(_("E750: First use \":profile start {fname}\""));
16b34e3
      else if (STRCMP(eap->arg, "pause") == 0)
16b34e3
      {
16b34e3
  	if (do_profiling == PROF_YES)
16b34e3
*** ../vim-7.2.368/src/version.c	2010-02-18 15:51:25.000000000 +0100
16b34e3
--- src/version.c	2010-02-24 13:58:28.000000000 +0100
16b34e3
***************
16b34e3
*** 683,684 ****
16b34e3
--- 683,686 ----
16b34e3
  {   /* Add new patch number below this line */
16b34e3
+ /**/
16b34e3
+     369,
16b34e3
  /**/
16b34e3
16b34e3
-- 
16b34e3
MAN:     You don't frighten us, English pig-dog!  Go and boil your bottoms,
16b34e3
         son of a silly person.  I blow my nose on you, so-called Arthur-king,
16b34e3
         you and your silly English K...kaniggets.
16b34e3
   He puts hands to his ears and blows a raspberry.
16b34e3
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
16b34e3
16b34e3
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
16b34e3
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
16b34e3
\\\        download, build and distribute -- http://www.A-A-P.org        ///
16b34e3
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///