mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
Cleanup: Rename getdigits() family functions.
This commit is contained in:
@@ -4611,7 +4611,7 @@ int read_viminfo_search_pattern(vir_T *virp, int force)
|
||||
if (lp[4] == 'E')
|
||||
off_end = SEARCH_END;
|
||||
lp += 5;
|
||||
off = get_long_digits(&lp);
|
||||
off = getdigits_long(&lp);
|
||||
}
|
||||
if (lp[0] == '~') { /* use this pattern for last-used pattern */
|
||||
setlast = TRUE;
|
||||
|
Reference in New Issue
Block a user