mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02: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:
@@ -1551,7 +1551,7 @@ bool apply_autocmds_group(event_T event, char *fname, char *fname_io, bool force
|
||||
bool retval = false;
|
||||
static int nesting = 0;
|
||||
char *save_cmdarg;
|
||||
long save_cmdbang;
|
||||
varnumber_T save_cmdbang;
|
||||
static int filechangeshell_busy = false;
|
||||
proftime_T wait_time;
|
||||
bool did_save_redobuff = false;
|
||||
|
Reference in New Issue
Block a user