Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Colon modifiers on history substitution
- X-seq: zsh-workers 586
- From: Vinnie Shelton <shelton@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Colon modifiers on history substitution
- Date: Thu, 09 Nov 1995 09:21:20 -0500
- Reply-to: acs@xxxxxxxxxxxxx
: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