From 02c037a4be6aeb7f6376e7dcc3ab41cfc6db3ede Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 Aug 2020 19:26:45 +0200 Subject: patch 8.2.1547: various comment problems Problem: Various comment problems. Solution: Update comments. --- src/arglist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arglist.c') 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) -- cgit v1.2.3