]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-296 v7.2.296
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Nov 2009 11:31:25 +0000 (11:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Nov 2009 11:31:25 +0000 (11:31 +0000)
src/main.c
src/version.c

index 13707ce11096dfc803e91913510526398815a9db..954384a56d871d728f8c427f210ebbc49ab98cf6 100644 (file)
@@ -3151,7 +3151,7 @@ usage()
     main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
 #endif
 #ifdef STARTUPTIME
-    main_msg(_("--startuptime=<file>\tWrite startup timing messages to <file>"));
+    main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
 #endif
 #ifdef FEAT_VIMINFO
     main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
index 19ac2a8f8dfb8f1052e8c902fadcfbb80974c70c..08ba161aa41b66b1294808dc7616c6649cb1aede 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    296,
 /**/
     295,
 /**/