zsh-workers
 help / color / mirror / code / Atom feed
* Regression in braces completion
@ 2008-10-12  2:32 Vin Shelton
  2008-10-12  4:32 ` Bart Schaefer
  0 siblings, 1 reply; 12+ messages in thread
From: Vin Shelton @ 2008-10-12  2:32 UTC (permalink / raw)
  To: Zsh Hackers' List

I just noticed a problem with completion using braces that has
apparently been around since at least June.  Here's the recipe to
reproduce:

zsh -f
$ touch abcdef abcdefg abcghi
$ ls abc{d<TAB>  ==>
$ ls abc{def

as it should.

autoload -U compinit
compinit

$ ls abc{d<TAB>  ==>
$ ls abcdef{

which is not correct.

This is under cygwin on windows.  I can reproduce this problem with a
zsh built on 2008-06-17, but a zsh built on 2008-01-02 does not
exhibit this problem.

Let me know if you need any more info to reproduce this problem.

  - Vin


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-10-15  1:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-12  2:32 Regression in braces completion Vin Shelton
2008-10-12  4:32 ` Bart Schaefer
2008-10-12  7:10   ` Bart Schaefer
2008-10-12 19:42     ` Peter Stephenson
2008-10-12 22:47       ` Bart Schaefer
2008-10-13  9:04         ` Peter Stephenson
2008-10-13 15:43           ` Bart Schaefer
2008-10-13 16:27             ` Peter Stephenson
2008-10-13 16:56               ` Bart Schaefer
2008-10-14  4:37               ` PATCH (?) " Bart Schaefer
2008-10-14  8:45                 ` Peter Stephenson
2008-10-15  1:34                   ` Vin Shelton

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).