From: Jonas Fonseca Date: Fri, 17 Aug 2007 22:16:49 +0000 (+0200) Subject: status: fix switching to the main view when starting in status view X-Git-Tag: tig-0.9~30 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/bdcc0d6bbed273f1c7cc55e7f67b91db07a08192 status: fix switching to the main view when starting in status view --- diff --git a/tig.c b/tig.c index f7f50ca..5b45844 100644 --- a/tig.c +++ b/tig.c @@ -500,7 +500,7 @@ parse_options(int argc, char *argv[]) if (!strcmp(opt, "-S")) { opt_request = REQ_VIEW_STATUS; - break; + continue; } if (check_option(opt, 'n', "line-number", OPT_INT, &opt_num_interval)) {