]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.369 v7.2.369
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Feb 2010 13:01:28 +0000 (14:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Feb 2010 13:01:28 +0000 (14:01 +0100)
Problem:    Error message is not easy to understand.
Solution:   Add quotes. (SungHyun Nam)

src/ex_cmds2.c
src/version.c

index 94c1f74b6cb7e1224601f10d2a7a248ccbb7feda..0fcb6c7a71a64ffe3ab7fbc9534f223b7c055cad 100644 (file)
@@ -1092,7 +1092,7 @@ ex_profile(eap)
        set_vim_var_nr(VV_PROFILING, 1L);
     }
     else if (do_profiling == PROF_NONE)
-       EMSG(_("E750: First use :profile start <fname>"));
+       EMSG(_("E750: First use \":profile start {fname}\""));
     else if (STRCMP(eap->arg, "pause") == 0)
     {
        if (do_profiling == PROF_YES)
index 5f1e3bd26b96fa7da079cb0c2d9a9caf79a0952c..cbdcf2e9010728c496b541855bbaf214b89dba36 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    369,
 /**/
     368,
 /**/