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

Colon modifiers on history substitution



:p no longer works after a ^ substitution, to wit:

spacely% echo $ZSH_VERSION
2.6-beta11
spacely% ^VER^VER^
echo $ZSH_VERSION                 # OK so far
2.6-beta11
spacely% ^VER^VER^:p
echo $ZSH_VERSION:p               # Used to say what it would do
2.6-beta11:p                      # ... not anymore

Solaris 2.3 and SunOS4.1.3_U1, in case that matters.



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