refactor: cast to int earlier when using 'so' and 'siso' (#24756)

This commit is contained in:
zeertzjq
2023-08-17 20:35:51 +08:00
committed by GitHub
parent 4292575dfc
commit 5a564bf242
6 changed files with 23 additions and 25 deletions

View File

@@ -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;