Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: list-dirs-first bug
- X-seq: zsh-users 24381
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: sergio <sergio@xxxxxxxxxxxxx>
- Subject: Re: list-dirs-first bug
- Date: Fri, 25 Oct 2019 14:03:37 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jHr2jzuDf+uYJlMq1Pz0VVomSaPftjQ6kAW1cPnbXxM=; b=XefAb1cc3yD/h+jw6k27YsB5js5AGeN39XIaSW4XEDojJxm90hjyHeBnMwAwnpsAev on8hTBZZK2OPPs4G/FL3oJnN54krtxk46S8DotbvNSLM+sNrC19SRzGDaA2wKZTvSNP+ rAO6C67Fa2JdVCleBIaZayMxzKsZQW3AAZ6kFYYTUl2BXp0/xLjbDmlzTEvuWcn9Z+PB Vg3qwmENyoPlKHrMe6oAckCUMeLr5lOw+JZIWZOl4NEM4kqLE+i2ET/w+UTvULg5OQ+J At934VZ7eC/99w+TBL2Slr8NTvPvW/OM/H7bSKPYvzOGFT9FKh7ZM0OqW0pxmHtmecN3 r/cg==
- In-reply-to: <bb283080-0868-11fc-b35b-3cd22c4c8c45@outerface.net>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <bb283080-0868-11fc-b35b-3cd22c4c8c45@outerface.net>
On 10/25/19, sergio <sergio@xxxxxxxxxxxxx> wrote:
> Hello.
>
> I still have the problem with list-dirs-first that I reported at
> 2011-06-02:
>
> % mkdir test
> % cd test
> % mkdir test test\ II # two big 'i'
> % mkdir test/1 test/2
> % touch test\ II/qwe
> % ls test/<TAB>
> 1/ 2/
> qwe
>
> If I comment this string:
> zstyle ':completion:*' list-dirs-first true
> all works as expected.
What part of the above is not as expected? (I'm assuming that if you
tab to the qwe entry, then test/ is also changed to test\ II/). Maybe
you want to set
zstyle ':completion:*' accept-exact-dirs 'yes'
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author