about summary refs log tree commit diff
path: root/Completion/Core/_tags
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-17 08:04:42 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-17 08:04:42 +0000
commitcd45aa331dc206b1b40c5be5e222d46148bf42ac (patch)
treeed0ecfb9fae0dcfee5c9adefeb4ddab848a032d3 /Completion/Core/_tags
parent8c474bbcd4c78ec465e7198a0bbb47def78374a8 (diff)
downloadzsh-cd45aa331dc206b1b40c5be5e222d46148bf42ac.tar.gz
zsh-cd45aa331dc206b1b40c5be5e222d46148bf42ac.tar.xz
zsh-cd45aa331dc206b1b40c5be5e222d46148bf42ac.zip
make _tags use C-code for braces in tag-order values; and misc. stuff (10775)
Diffstat (limited to 'Completion/Core/_tags')
-rw-r--r--Completion/Core/_tags3
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Core/_tags b/Completion/Core/_tags
index 205fdb367..496f5b7e0 100644
--- a/Completion/Core/_tags
+++ b/Completion/Core/_tags
@@ -64,8 +64,7 @@ if (( $# )); then
              fi
              ;;
       \!*)   comptry "${(@)argv:#(${(j:|:)~${=~tag[2,-1]}})}";;
-      ?*)    eval "tag=( ${${tag:s/\\:/\\\\\\\\\\\\:}//(#b)([][()|*?^#~<>])/\\${match[1]}} )" 
-             comptry -m "${${(@)tag// /\\ }}";;
+      ?*)    comptry -m "$tag";;
       esac
     done