zsh-users
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: Sebastian Gniazdowski <sgniazdowski@gmail.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: Complete with *part* not part*
Date: Fri, 12 Feb 2016 16:39:39 +0100	[thread overview]
Message-ID: <CAHYJk3T-_iLDF9FJ6ypRzKBe=-KeAySkA53FbXUT53yaobYAww@mail.gmail.com> (raw)
In-Reply-To: <CAKc7PVCbo2jTacSQC9VZHATgH+qoWYSgTvFyHA1p-7Uz+fj7SA@mail.gmail.com>

On Fri, Feb 12, 2016 at 12:48 PM, Sebastian Gniazdowski
<sgniazdowski@gmail.com> wrote:
> Hello,
> when completing, entering "l"<TAB> will complete say "ls", "lsof",
> etc.. How to make "s"<TAB> complete ls, lsof, etc. ?
>
> I'm completing long names – names of plugins:
>             plugins=( "$ZPLG_PLUGINS_DIR"/*(N:t) )
>             _wanted plugins expl "Plugins" \
>                 compadd "$@" -a - plugins && ret=0
>
> want it be that "part" of plugin names will be completed not only as
> part* but also as *part*.

That's something the user configures, not something you put in the
completer. (Which they do with the matcher-list style).

-- 
Mikael Magnusson


  reply	other threads:[~2016-02-12 15:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12 11:48 Sebastian Gniazdowski
2016-02-12 15:39 ` Mikael Magnusson [this message]
2016-02-12 16:01   ` Bart Schaefer
2016-02-12 16:11     ` Sebastian Gniazdowski
2016-02-12 17:16       ` Bart Schaefer
2016-02-12 17:29         ` Sebastian Gniazdowski
2016-02-12 19:14           ` Bart Schaefer
2016-02-12 17:19       ` Sebastian Gniazdowski

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='CAHYJk3T-_iLDF9FJ6ypRzKBe=-KeAySkA53FbXUT53yaobYAww@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=sgniazdowski@gmail.com \
    --cc=zsh-users@zsh.org \
    /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).