mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
ops.c: enable -Wconversion warning
This commit is contained in:
@@ -836,8 +836,8 @@ EXTERN int* (*iconv_errno)(void);
|
||||
EXTERN int State INIT(= NORMAL); /* This is the current state of the
|
||||
* command interpreter. */
|
||||
|
||||
EXTERN int finish_op INIT(= FALSE); /* TRUE while an operator is pending */
|
||||
EXTERN long opcount INIT(= 0); /* count for pending operator */
|
||||
EXTERN bool finish_op INIT(= false); // true while an operator is pending
|
||||
EXTERN long opcount INIT(= 0); // count for pending operator
|
||||
|
||||
/*
|
||||
* ex mode (Q) state
|
||||
|
Reference in New Issue
Block a user