Remove long_u: ex_docmd.c: Refactor long_u.

This commit is contained in:
Eliseo Martínez
2015-01-14 11:48:07 +01:00
parent c03913c991
commit b716b047e0
3 changed files with 18 additions and 14 deletions

View File

@@ -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;