mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
Enable -Wconversion: menu.c #2885
This commit is contained in:

committed by
Justin M. Keyes

parent
f78bf64771
commit
34a5efd7a9
@@ -7779,7 +7779,7 @@ static void ex_stopinsert(exarg_T *eap)
|
||||
* Execute normal mode command "cmd".
|
||||
* "remap" can be REMAP_NONE or REMAP_YES.
|
||||
*/
|
||||
void exec_normal_cmd(char_u *cmd, int remap, int silent)
|
||||
void exec_normal_cmd(char_u *cmd, int remap, bool silent)
|
||||
{
|
||||
oparg_T oa;
|
||||
|
||||
|
Reference in New Issue
Block a user