mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
Cleanup: Rename getdigits() family functions.
This commit is contained in:
@@ -525,7 +525,7 @@ open_line (
|
||||
if (*p == COM_RIGHT || *p == COM_LEFT)
|
||||
c = *p++;
|
||||
else if (VIM_ISDIGIT(*p) || *p == '-')
|
||||
off = get_int_digits(&p);
|
||||
off = getdigits_int(&p);
|
||||
else
|
||||
++p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user