mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 06:53:05 +00:00
refactor(fold): style #19175
* refactor(fold): update comment formatting * refactor(fold): use post-increment/decrement * refactor(fold): reduce scope of local variables * refactor(fold): use booleans
This commit is contained in:
@@ -2341,7 +2341,7 @@ static char *do_one_cmd(char **cmdlinep, int flags, cstack_T *cstack, LineGetter
|
||||
do_return(&ea, TRUE, FALSE, NULL);
|
||||
}
|
||||
}
|
||||
need_rethrow = check_cstack = FALSE;
|
||||
need_rethrow = check_cstack = false;
|
||||
|
||||
doend:
|
||||
// can happen with zero line number
|
||||
|
||||
Reference in New Issue
Block a user