mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor: cast to int earlier when using 'so' and 'siso' (#24756)
This commit is contained in:
@@ -5716,7 +5716,7 @@ static void ex_sleep(exarg_T *eap)
|
||||
setcursor_mayforce(true);
|
||||
}
|
||||
|
||||
linenr_T len = eap->line2;
|
||||
int64_t len = eap->line2;
|
||||
switch (*eap->arg) {
|
||||
case 'm':
|
||||
break;
|
||||
|
Reference in New Issue
Block a user