zsh-users
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Eric Cook <llua@gmx.com>
Cc: zsh-users@zsh.org
Subject: Re: _files with match-specs
Date: Thu, 7 May 2015 00:48:44 +0000	[thread overview]
Message-ID: <20150507004844.GB1983@tarsus.local2> (raw)
In-Reply-To: <55498F16.60402@gmx.com>

Eric Cook wrote on Tue, May 05, 2015 at 23:48:38 -0400:
> Hey,
> Not sure if i am doing something incorrect here but:
> 
> % _foo() _files -M 'L:|+='; compdef _foo foo
> 
> then
> % foo +<tab>
> Complete files, but removes the leading +.
> 
> When i give the same match-spec to compadd directly, it works as i expected.
> 
> % _foo() compadd -M 'L:|+=' -- *(N); compdef _foo foo
> 
> then
> % foo +<tab>
> 
> Is the behavior of _files expected?

Don't know.

> If so, how should I go about completing filenames, ignoring a possible
> leading + character?

'_f() { compset -P +; _files }', perhaps?

Daniel


  reply	other threads:[~2015-05-07  0:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06  3:48 Eric Cook
2015-05-07  0:48 ` Daniel Shahaf [this message]
2015-05-07  2:39   ` Eric Cook
2015-05-11  4:02 ` Bart Schaefer

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=20150507004844.GB1983@tarsus.local2 \
    --to=d.s@daniel.shahaf.name \
    --cc=llua@gmx.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).