From 9bd71f205db09315bdc5f140a29945cbb3704576 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 19 Jan 2011 18:06:21 -0500 Subject: [PATCH] Fix more botched markup... :(. --- common/locale/en-US/map.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index f9cbb9bc..4ca84329 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -646,14 +646,14 @@ :command foo -nargs=? \ -complete custom, \ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]] - \ :echo Useless + <q-args> + \ :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