summaryrefslogtreecommitdiffstats
path: root/src/arglist.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-30 19:26:45 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-30 19:26:45 +0200
commit02c037a4be6aeb7f6376e7dcc3ab41cfc6db3ede (patch)
treeceaf479cfcca56f9da5d34bd8db2a1c46812713a /src/arglist.c
parentcd80006ecbde03f668a478a272d8009970b8cefa (diff)
patch 8.2.1547: various comment problemsv8.2.1547
Problem: Various comment problems. Solution: Update comments.
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)