From 657af0e22313ef2054094df4e0fe8d2b4c9c9f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Thu, 20 Jan 2011 01:51:18 +0100 Subject: [PATCH] Fix the example broken by the previous fix and remove unnecessary quoting. --- common/locale/en-US/map.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 222a8115..24ff91ba 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -642,11 +642,11 @@

Example: - :command foo -nargs=? -complete custom, - \ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]] + :command foo -nargs=? -complete custom, + \ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]] \ :echo Useless + <q-args> -:command foo -nargs=? +:command foo -nargs=? \ -complete custom,[["arg1", "description1"], ["arg2, "description2"]] \ :echo Same as above but simpler + <q-args>