mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor: enable -Wconversion warning for edit.c
Work on https://github.com/neovim/neovim/issues/567
This commit is contained in:
@@ -606,7 +606,7 @@ EXTERN pos_T Insstart; // This is where the latest
|
||||
EXTERN pos_T Insstart_orig;
|
||||
|
||||
// Stuff for VREPLACE mode.
|
||||
EXTERN int orig_line_count INIT(= 0); // Line count when "gR" started
|
||||
EXTERN linenr_T orig_line_count INIT(= 0); // Line count when "gR" started
|
||||
EXTERN int vr_lines_changed INIT(= 0); // #Lines changed by "gR" so far
|
||||
|
||||
// increase around internal delete/replace
|
||||
|
Reference in New Issue
Block a user