mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
Remove long_u: ex_docmd.c: Refactor long_u.
This commit is contained in:
@@ -10332,7 +10332,7 @@ static void get_user_input(typval_T *argvars, typval_T *rettv, int inputdialog)
|
||||
if (!inputdialog && argvars[2].v_type != VAR_UNKNOWN) {
|
||||
char_u *xp_name;
|
||||
int xp_namelen;
|
||||
long argt;
|
||||
uint32_t argt;
|
||||
|
||||
/* input() with a third argument: completion */
|
||||
rettv->vval.v_string = NULL;
|
||||
|
Reference in New Issue
Block a user