zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.1.6-dev-20: compstyle->zstyle in compinstall
@ 2000-03-30 13:22 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2000-03-30 13:22 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-03-30 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-30 13:22 PATCH: 3.1.6-dev-20: compstyle->zstyle in compinstall Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).