summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index a4f0a2607a..4978ceec21 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -4672,7 +4672,7 @@ get_user_input(
{
char_u *xp_name;
int xp_namelen;
- long argt;
+ long argt = 0;
// input() with a third argument: completion
rettv->vval.v_string = NULL;