summaryrefslogtreecommitdiffstats
path: root/src/arglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arglist.c')
-rw-r--r--src/arglist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arglist.c b/src/arglist.c
index 1810367606..ab23880a5e 100644
--- a/src/arglist.c
+++ b/src/arglist.c
@@ -778,7 +778,7 @@ ex_argdelete(exarg_T *eap)
if (eap->addr_count > 0 || *eap->arg == NUL)
{
- // ":argdel" works like ":argdel"
+ // ":argdel" works like ":.argdel"
if (eap->addr_count == 0)
{
if (curwin->w_arg_idx >= ARGCOUNT)