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