mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
Cleanup: Rename getdigits() family functions.
This commit is contained in:
@@ -4501,7 +4501,7 @@ int read_viminfo_register(vir_T *virp, int force)
|
||||
y_current->y_type = MLINE;
|
||||
/* get the block width; if it's missing we get a zero, which is OK */
|
||||
str = skipwhite(skiptowhite(str));
|
||||
y_current->y_width = get_int_digits(&str);
|
||||
y_current->y_width = getdigits_int(&str);
|
||||
}
|
||||
|
||||
while (!(eof = viminfo_readline(virp))
|
||||
|
Reference in New Issue
Block a user