mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Cleanup: Rename getdigits() family functions.
This commit is contained in:
@@ -471,7 +471,7 @@ dbg_parsearg (
|
||||
else if (
|
||||
gap != &prof_ga &&
|
||||
VIM_ISDIGIT(*p)) {
|
||||
bp->dbg_lnum = get_long_digits(&p);
|
||||
bp->dbg_lnum = getdigits_long(&p);
|
||||
p = skipwhite(p);
|
||||
} else
|
||||
bp->dbg_lnum = 0;
|
||||
|
Reference in New Issue
Block a user