zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: 3.1.6-dev-20: compstyle->zstyle in compinstall
Date: Thu, 30 Mar 2000 08:22:25 -0500	[thread overview]
Message-ID: <20000330082225.A32413@dman.com> (raw)

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


                 reply	other threads:[~2000-03-30 13:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000330082225.A32413@dman.com \
    --to=schizo@debian.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).