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

!cmd <TAB> doesn't work in 3.0.3-test3



!cmd<TAB> no longer completes is 3.03.0.3-test3.
This worked in 3.0.3-test2.

zsh -f
spacely% echo $ZSH_VERSION
3.0.3-test3
spacely% ls -d /tmp
/tmp
spacely% !ls<TAB>

This beeps and quotes the !.

It used to search the history list and complete:

ls -d /tmp

Thanks,
  vin



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