mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -1376,7 +1376,7 @@ void ex_catch(exarg_T *eap)
|
||||
*end = NUL;
|
||||
}
|
||||
save_cpo = p_cpo;
|
||||
p_cpo = (char *)empty_option;
|
||||
p_cpo = empty_option;
|
||||
// Disable error messages, it will make current exception
|
||||
// invalid
|
||||
emsg_off++;
|
||||
|
Reference in New Issue
Block a user