Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: 3.1.6-dev-20: compstyle->zstyle in compinstall



I know compinstall is being rewritten, but it would be
nice if the Tanaka-san CVS version didn't put invalid
commands in .zshrc.

Index: Completion/Core/compinstall
===================================================================
RCS file: /cvs/zsh/zsh/Completion/Core/compinstall,v
retrieving revision 1.1.1.8
diff -u -r1.1.1.8 compinstall
--- Completion/Core/compinstall	1999/11/15 12:01:47	1.1.1.8
+++ Completion/Core/compinstall	2000/03/30 13:18:44
@@ -233,7 +233,7 @@
     esac
   done
 
-  _ci_lines="${_ci_lines}compstyle '*' completer $_ci_completer"
+  _ci_lines="${_ci_lines}zstyle ':completion*' completer $_ci_completer"
 
 
   if [[ $_ci_completer = *(correct|approx)* ]]; then



Messages sorted by: Reverse Date, Date, Thread, Author