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:
@@ -1611,7 +1611,7 @@ void putdigraph(char_u *str)
|
||||
EMSG(_(e_number_exp));
|
||||
return;
|
||||
}
|
||||
int n = get_int_digits(&str);
|
||||
int n = getdigits_int(&str);
|
||||
|
||||
// If the digraph already exists, replace the result.
|
||||
dp = (digr_T *)user_digraphs.ga_data;
|
||||
|
Reference in New Issue
Block a user