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:
Lewis Russell
2022-07-02 12:29:27 +01:00
committed by GitHub
parent 662681694b
commit ed429c00d7
4 changed files with 232 additions and 312 deletions

View File

@@ -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