Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

3.1.6-pws-1: partial path with braces completion problem



bor@itsrm2:~%> zsh -f
itsrm2% autoload compinit;compinit -D
itsrm2% l /t/b/{zsh<TAB>
itsrm2% l /tool{s/bin/zsh
              ^^^
Note, that the brace was (re)inserted at the old place. If I now try to insert
something with accept-and-menu-complete, it will correctly insert the
``s/bin/zsh-xxx'' - but, it is rather unexpected. And, users will probably
expect, that they simply can type in ``,zsh.old,zsh-what-ever}'' - and this does
not work any more.

/andrej





Messages sorted by: Reverse Date, Date, Thread, Author