From 57252dc1e0b9f3b67189ac4957e51c31ee156ff6 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Thu, 2 Oct 2014 08:39:43 -0700 Subject: 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line. --- Completion/Base/Completer/_expand_alias | 2 -- 1 file changed, 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Base/Completer/_expand_alias b/Completion/Base/Completer/_expand_alias index 9064ce830..8240e4162 100644 --- a/Completion/Base/Completer/_expand_alias +++ b/Completion/Base/Completer/_expand_alias @@ -25,8 +25,6 @@ else pre=(_main_complete - aliases) fi -[[ "$compstate[quoting]" = (single|double) ]] || word="${(Q)word}" - zstyle -s ":completion:${curcontext}:" regular tmp || tmp=yes case $tmp in always) sel=r;; -- cgit 1.4.1