From e6cc1ece7fed93fd31ca4e7f7726de034ede887c Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 15 Feb 2000 09:07:09 +0000 Subject: zsh-workers/9731 --- Completion/Core/compinit | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Completion/Core/compinit') diff --git a/Completion/Core/compinit b/Completion/Core/compinit index cd9ec7c2f..1555a9b2f 100644 --- a/Completion/Core/compinit +++ b/Completion/Core/compinit @@ -470,19 +470,6 @@ compstyle() { return 0 } -# Default styles. This should be executed conditionally somehow. - -zstyle ':completion:*' verbose 'yes' -zstyle ':completion:*' prefix-needed 'yes' -zstyle ':completion:*' prefix-hidden 'no' -zstyle ':completion:*:(correct|approximate):*' max-errors '2' numeric -zstyle ':completion:*:correct:*' prompt 'correct to:' -zstyle ':completion:*::::' completer '_complete' -zstyle ':completion:*::::default' list-colors "${(s.:.)ZLS_COLORS:-${ZLS_COLOURS:-no=0:fi=0:di=0:ln=0:pi=0:so=0:bd=0:cd=0:ex=0}}" -(( $+SELECTMIN )) && zstyle ':completion:*::::default' menu "select=$SELECTMIN" -zstyle ':completion:*' tag-order 'arguments values' options \ - globbed-files directories all-files - # Now we automatically make the definition files autoloaded. typeset -U _i_files -- cgit 1.4.1