From 6a93b85903a536bb5ca46d3b3ad0e5d5a37fbcf2 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 4 May 2000 20:46:57 +0000 Subject: 11166: Completion/Base/_regex_arguments: remove debugging code. --- ChangeLog | 2 ++ Completion/Base/_regex_arguments | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7d6c34ff..6b90b496a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-05-04 Tanaka Akira + * 11166: Completion/Base/_regex_arguments: remove debugging code. + * 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt, Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff. diff --git a/Completion/Base/_regex_arguments b/Completion/Base/_regex_arguments index dfe8f7f4d..1fc43f6a7 100644 --- a/Completion/Base/_regex_arguments +++ b/Completion/Base/_regex_arguments @@ -22,7 +22,7 @@ # pattern = "/" ( glob | "[]" ) "/" [ "+" | "-" ] # lookahead = "%" glob "%" # guard = "-" zsh-code-to-eval -# caction = ":" zsh-code-to-eval +# caction = ":" tag ":" descr ":" zsh-code-to-eval # action = "{" zsh-code-to-eval "}" ## regex word sequence definition: @@ -81,7 +81,6 @@ _regex_arguments () { _ra_left="$_ra_line[_ra_p1 + 1, _ra_p2]" _ra_right="$_ra_line[_ra_p2 + 1, -1]" compset -p $(( $#PREFIX - $#_ra_line + $_ra_p1 )) - : "$_ra_actions[@]" tmp=("${(@)_ra_actions%%:*}") if (( $#tmp )); then _tags "$tmp[@]" -- cgit 1.4.1