Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Regression: broken completion on modification time
- X-seq: zsh-workers 38667
- From: Dima Kogan <dima@xxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxx>
- Subject: Regression: broken completion on modification time
- Date: Sun, 12 Jun 2016 13:32:56 -0700
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=secretsauce.net; h=content-type:date:from:message-id:mime-version:subject:to :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=3riJ9gH8Z75sa0bJct+8XxEGFxo =; b=VERiBCq9gVvdDBUbNg4crIVKlk73TK7Wr/gqEjwGJTceEkQHEVMQzv1kmOB uGPxnTloZpCy4PjoSLFz1C/aO1XyvTvPfQP4K2dT2J0lNWMBxlzCXnW27w/mDf/e XtNHYIp8FdLSsJX3ZaMX86j3RWzL8kzEpmIw1xIVq/GD8n/Q=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=3r iJ9gH8Z75sa0bJct+8XxEGFxo=; b=E4pDM2oL65/v3HKn4uFB+D+2s0swAr8i5a EvKee2DMxeOUHZ0MNMKCaui/VSwEpuz8yPsohZzkbzI2Wl2SY0gqIs/lJmzOmdmd 7uaWmse78ZD6lpLCwu2IDVT+lPvdaqw5r5kZsCZ744AFIj9yDUrhAu89BtzRfXSM B16IVq+H0=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi. Let's say I have a trivial .zshrc:
autoload -Uz compinit
compinit
In zsh 5.0.5 (Debian version 5.0.5-2) I can type in an interactive
shell:
$ ls *(m
Then I press TAB to get the different ways to specify modification time,
and I get
time specifier
M -- months
d -- days
h -- hours
m -- minutes
s -- seconds
w -- weeks
sense
+ -- more than
- -- less than
This is correct. If I update the zsh package, or use the zsh from git
and do the same thing, I get no message, and instead the completion
cycles between various integers. This is wrong, or at least very
different from before, and not obviously correct. I haven't done any
more bisecting, but hopefully this will be obvious to somebody.
Thanks
dima
Messages sorted by:
Reverse Date,
Date,
Thread,
Author