mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove long_u: ops.c: Refactor long_u.
This commit is contained in:
parent
b716b047e0
commit
79b5a629eb
@ -4234,8 +4234,7 @@ int do_addsub(int command, linenr_T Prenum1)
|
||||
char_u buf2[NUMBUFLEN];
|
||||
int hex; /* 'X' or 'x': hex; '0': octal */
|
||||
static int hexupper = FALSE; /* 0xABC */
|
||||
unsigned long n;
|
||||
long_u oldn;
|
||||
unsigned long n, oldn;
|
||||
char_u *ptr;
|
||||
int c;
|
||||
int length = 0; /* character length of the number */
|
||||
|
Loading…
Reference in New Issue
Block a user