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 814681b1df..0be4503dfd 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -4200,7 +4200,7 @@ check_cedit(void)
{
n = string_to_key(p_cedit, FALSE);
if (vim_isprintc(n))
- return e_invarg;
+ return e_invalid_argument;
cedit_key = n;
}
return NULL;