zsh-workers
 help / color / mirror / code / Atom feed
From: Alexandre Duret-Lutz <duret_g@epita.fr>
To: zsh-workers@math.gatech.edu
Subject: PATCH: two missing styles in _zstyle
Date: 07 Feb 2000 18:31:05 +0100	[thread overview]
Message-ID: <mvb900wrkbq.fsf@phobos.lrde.epita.fr> (raw)


This adds two missing styles in zstyle completion function.

I have noticed that the function incremental-complete-word
use undocumented style `stop' and `break' (well `stop' is documented
but not for the way it is used in i-c-w, should these be renamed
to stop-key and break-key ?)

Index: Completion/Builtins/_zstyle
--- Completion/Builtins/_zstyle Thu, 03 Feb 2000 17:57:42 +0100 Alexandre
+++ Completion/Builtins/_zstyle Mon, 07 Feb 2000 18:18:44 +0100 Alexandre
@@ -10,6 +10,7 @@
 # followed by a colon, followed by a state to enter, empty if none.
 styles=(
   accept-exact		 c:bool
+  add-space		 c:bool
   arguments		 c:
   auto-description	 c:
   completer		 c:completer
@@ -39,6 +40,7 @@
   list-packed		 c:bool
   list-rows-first	 c:bool
   local			 c:
+  matcher		 c:
   max-errors		 c:
   menu			 c:boolauto
   numbers		 c:bool

-- 
Alexandre Duret-Lutz


             reply	other threads:[~2000-02-07 17:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-07 17:31 Alexandre Duret-Lutz [this message]
2000-02-08  9:55 Sven Wischnowsky

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=mvb900wrkbq.fsf@phobos.lrde.epita.fr \
    --to=duret_g@epita.fr \
    --cc=zsh-workers@math.gatech.edu \
    /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).