From a78c8b50a05efc0bc8b4cded184099b962ea6bbc Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 23 Mar 2001 10:39:04 +0000 Subject: test if the colon is quoted (13725) --- Completion/Core/_all_labels | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/_all_labels') diff --git a/Completion/Core/_all_labels b/Completion/Core/_all_labels index cdb89e7fa..8665f5bf3 100644 --- a/Completion/Core/_all_labels +++ b/Completion/Core/_all_labels @@ -27,7 +27,7 @@ fi while comptags "-A$__prev" "$1" curtag __spec; do _comp_tags="$_comp_tags $__spec " - if [[ "$curtag" = *:* ]]; then + if [[ "$curtag" = *[^\\]:* ]]; then zformat -f __descr "${curtag#*:}" "d:$3" _description "$__gopt" "${curtag%:*}" "$2" "$__descr" curtag="${curtag%:*}" -- cgit 1.4.1