]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-216 v7.1.216
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2008 19:26:36 +0000 (19:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2008 19:26:36 +0000 (19:26 +0000)
src/main.c
src/version.c

index 6bd9ff4a5d1608a14941c00c1294dc08159a6183..45282ba55f23e835de336d09b07aac78fd1a9972 100644 (file)
@@ -3081,7 +3081,7 @@ usage()
     main_msg(_("--remote-wait <files>  As --remote but wait for files to have been edited"));
     main_msg(_("--remote-wait-silent <files>  Same, don't complain if there is no server"));
 # ifdef FEAT_WINDOWS
-    main_msg(_("--remote-tab <files>  As --remote but open tab page for each file"));
+    main_msg(_("--remote-tab[-wait][-silent] <files>  As --remote but use tab page per file"));
 # endif
     main_msg(_("--remote-send <keys>\tSend <keys> to a Vim server and exit"));
     main_msg(_("--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result"));
index 35227e3d6c2cd8e0a4704f6073561cfa8152defb..ccbfc16424636bd3d8c26d1cb2bdd5c0b703d56a 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    216,
 /**/
     215,
 /**/