zsh-workers
 help / color / mirror / code / Atom feed
* _expand_alias does not expand aliases that contain an "!"
@ 2014-08-26 16:50 Jonathan H
  2014-08-30 20:32 ` Bart Schaefer
  0 siblings, 1 reply; 14+ messages in thread
From: Jonathan H @ 2014-08-26 16:50 UTC (permalink / raw)
  To: zsh-workers

Hello everyone!

Aliases that contain an exclamation point are not correctly expanded
by _expand_alias. For example:

    [pythonnut ~.z <2>]% zsh -f
    Heptagon% autoload -Uz compinit && compinit
    Heptagon% bindkey "^X^E" _expand_alias
    Heptagon% alias 'gc!'="git commit --amend"
    Heptagon% alias ls="echo"
    Heptagon%

ls will expand on ^X^E to "echo " but gc! won't.

Thanks,
PythonNut


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

end of thread, other threads:[~2014-10-02  5:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-26 16:50 _expand_alias does not expand aliases that contain an "!" Jonathan H
2014-08-30 20:32 ` Bart Schaefer
2014-08-31  2:58   ` Jonathan H
2014-08-31 20:50     ` Bart Schaefer
2014-09-14 18:30       ` Bart Schaefer
2014-09-14 20:55         ` Bart Schaefer
2014-10-01 14:03           ` Peter Stephenson
2014-10-01 14:06             ` Peter Stephenson
2014-10-01 14:15               ` Peter Stephenson
2014-10-01 16:29                 ` Bart Schaefer
2014-10-01 16:39                   ` Peter Stephenson
2014-10-02  1:11                     ` Bart Schaefer
2014-10-02  5:20                       ` Bart Schaefer
2014-09-23  5:59         ` Jonathan H

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