mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
clang/"dead assignments" #10620
Also revert possibly-wrong change in f_sign_getplaced() from
652be3cb00
.
This commit is contained in:

committed by
Justin M. Keyes

parent
7cc2b723d4
commit
16727dcf1e
@@ -2330,7 +2330,7 @@ viml_pexpr_parse_invalid_comma:
|
||||
break;
|
||||
} else if (eastnode_type == kExprNodeSubscript) {
|
||||
is_subscript = true;
|
||||
can_be_ternary = false;
|
||||
// can_be_ternary = false;
|
||||
assert(!is_ternary);
|
||||
break;
|
||||
} else if (eastnode_type == kExprNodeColon) {
|
||||
|
Reference in New Issue
Block a user