mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +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:
@@ -5187,7 +5187,7 @@ static buf_T *vgr_load_dummy_buf(char *fname, char *dirname_start, char *dirname
|
||||
// indent scripts, a great speed improvement.
|
||||
char *save_ei = au_event_disable(",Filetype");
|
||||
|
||||
long save_mls = p_mls;
|
||||
OptInt save_mls = p_mls;
|
||||
p_mls = 0;
|
||||
|
||||
// Load file into a buffer, so that 'fileencoding' is detected,
|
||||
|
Reference in New Issue
Block a user