Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Making file-patterns and tag-order work
- X-seq: zsh-users 22597
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh users list <zsh-users@xxxxxxx>
- Subject: Re: Making file-patterns and tag-order work
- Date: Tue, 21 Mar 2017 18:15:34 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=3ZH2i5/R7pW4So6Gf374PUONjfN2lJ8vumqyYydwAIk=; b=sEnSzJyaNTeWerpgzJlkEAmc9MHC22eTH2PbaVGAmjs8Fo5FCQgCkWmbD8Rk0fOmif PL0mJGLdm2g4+6TxysM6ngHEcXfdMtB++QbO8j2pwtug9C82izRmgT7ONnLs3SEvV86r xdtx1jHUskRt/OsZuBrI2s8fvu3rtSfPp9tI5TOoTlVa4sOPotyZuzOU6dv6QVx89YiF KW8fDDq9am7KGuaRiemHq6BZl2q1gE471EEHpUkK12jDqenoMHwYLb0Dsu5pabn1YxM9 nD8NgD2QFdjgQsk5NbEDZwprMDrTm7u1IeeA+A8GGkF82MK3FA96fd32+tmUgnKzMR40 GL7g==
- In-reply-to: <20170321094917.3aopmzwkpaam7kgl@fishbowl.rw.madduck.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>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20170321094917.3aopmzwkpaam7kgl@fishbowl.rw.madduck.net>
On Mar 21, 10:49pm, martin f krafft wrote:
}
} I then went on to try to order the tags, because I want e.g. the
} swap files to appear last:
}
} zstyle ':completion:*:argument*' tag-order "
} directories
} globbed-files files all-files
} backup-files
} compiled-files
} temp-files
} vim-swap-files
} "
This is wrong. If you combine tags into a single string, they will all
be sorted together. tag-order is a list -- try without the double
quotes around the value (which means you'll need backslashes at the end
of each line, or similar).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author