mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:03:57 +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_and:
|
||||||
case parse_keyword_t::kw_or: {
|
case parse_keyword_t::kw_or: {
|
||||||
// Check that the argument to and/or is a string that's not help. Otherwise it's
|
// Check that the argument to and/or is a string that's not help. Otherwise it's
|
||||||
// either 'and
|
// either 'and --help' or a naked 'and', and not part of this list.
|
||||||
// --help' or a naked 'and', and not part of this list.
|
|
||||||
const auto &nexttok = peek_token(1);
|
const auto &nexttok = peek_token(1);
|
||||||
return nexttok.type == parse_token_type_t::string && !nexttok.is_help_argument;
|
return nexttok.type == parse_token_type_t::string && !nexttok.is_help_argument;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user