mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
refactor: replace TRUE/FALSE with true/false
This commit is contained in:
@@ -135,7 +135,7 @@ void do_debug(char_u *cmd)
|
||||
const bool save_cmd_silent = cmd_silent;
|
||||
int save_msg_silent = msg_silent;
|
||||
int save_emsg_silent = emsg_silent;
|
||||
int save_redir_off = redir_off;
|
||||
bool save_redir_off = redir_off;
|
||||
tasave_T typeaheadbuf;
|
||||
bool typeahead_saved = false;
|
||||
int save_ignore_script = 0;
|
||||
|
Reference in New Issue
Block a user