mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
ops.c: enable -Wconversion warning
This commit is contained in:
@@ -79,7 +79,7 @@ enum GRegFlags {
|
||||
/// Definition of one register
|
||||
typedef struct yankreg {
|
||||
char_u **y_array; ///< Pointer to an array of line pointers.
|
||||
linenr_T y_size; ///< Number of lines in y_array.
|
||||
size_t y_size; ///< Number of lines in y_array.
|
||||
MotionType y_type; ///< Register type
|
||||
colnr_T y_width; ///< Register width (only valid for y_type == kBlockWise).
|
||||
Timestamp timestamp; ///< Time when register was last modified.
|
||||
|
Reference in New Issue
Block a user