mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
Review: Remove long_u: memfile: Refactor: int -> bool.
Replace int with bool where appropriate.
This commit is contained in:
@@ -5010,7 +5010,7 @@ set_bool_option (
|
||||
else
|
||||
/* no need to reset curbuf->b_may_swap, ml_open_file() will check
|
||||
* buf->b_p_swf */
|
||||
mf_close_file(curbuf, TRUE); /* remove the swap file */
|
||||
mf_close_file(curbuf, true); /* remove the swap file */
|
||||
}
|
||||
/* when 'terse' is set change 'shortmess' */
|
||||
else if ((int *)varp == &p_terse) {
|
||||
|
Reference in New Issue
Block a user