mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 22:36:03 +08:00
Reflow comment
This commit is contained in:
parent
64601fd4d3
commit
8d3b66fb52
|
@ -848,8 +848,7 @@ class ast_t::populator_t {
|
|||
case parse_keyword_t::kw_and:
|
||||
case parse_keyword_t::kw_or: {
|
||||
// Check that the argument to and/or is a string that's not help. Otherwise it's
|
||||
// either 'and
|
||||
// --help' or a naked 'and', and not part of this list.
|
||||
// either 'and --help' or a naked 'and', and not part of this list.
|
||||
const auto &nexttok = peek_token(1);
|
||||
return nexttok.type == parse_token_type_t::string && !nexttok.is_help_argument;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user