diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 50901ce90..ca8de176e 100644 --- a/src/main.c +++ b/src/main.c @@ -2920,6 +2920,9 @@ usage() main_msg(_("--remote-silent <files> Same, don't complain if there is no server")); 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")); +# 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")); main_msg(_("--serverlist\t\tList available Vim server names and exit")); |