mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
Merge pull request #20821 from dundargoc/refactor/clang-tidy
refactor: fix clang-tidy warnings
This commit is contained in:
@@ -4299,9 +4299,8 @@ static void nv_brackets(cmdarg_T *cap)
|
||||
cap->nchar == 's', false, NULL) == 0) {
|
||||
clearopbeep(cap->oap);
|
||||
break;
|
||||
} else {
|
||||
curwin->w_set_curswant = true;
|
||||
}
|
||||
curwin->w_set_curswant = true;
|
||||
}
|
||||
if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped) {
|
||||
foldOpenCursor();
|
||||
|
Reference in New Issue
Block a user