diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index f8273799..f9cbb9bc 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -645,15 +645,15 @@ Example: :command foo -nargs=? \ -complete custom, - \ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]] - \ :echo Useless + <q-args> + \ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]] + \ :echo Useless + <q-args> :command foo -nargs=? \ -complete custom,[ \ ["arg1", "description1"], \ ["arg2, "description2"] - \ ] - \ :echo Same as above but simpler + <q-args> + \ ] + \ :echo Same as above but simpler + <q-args>

Count handling