mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1547: various comment problems
Problem: Various comment problems. Solution: Update comments.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user