mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor: remove long
long is 32-bits even on 64-bit windows which makes the type suboptimal for a codebase meant to be cross-platform.
This commit is contained in:
@@ -30,7 +30,7 @@ typedef struct {
|
||||
bool save_msg_didout;
|
||||
int save_State;
|
||||
bool save_finish_op;
|
||||
long save_opcount;
|
||||
int save_opcount;
|
||||
int save_reg_executing;
|
||||
bool save_pending_end_reg_executing;
|
||||
tasave_T tabuf;
|
||||
|
Reference in New Issue
Block a user