diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-09-21 16:29:07 +0100 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-09-21 16:29:07 +0100 |
| commit | e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e (patch) | |
| tree | d9bd3788e367d37cdb25ae3ab3b9ef74c5c06a22 | |
| parent | 43502: Search XDG_DATA_DIRS in _setxkbmap completion (diff) | |
| download | zsh-e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e.tar zsh-e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e.tar.gz zsh-e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e.tar.bz2 zsh-e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e.tar.lz zsh-e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e.tar.xz zsh-e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e.tar.zst zsh-e76ea18477b044cd24deb4ee7bdd5bb8f0a6d47e.zip | |
43511: Initialiase alias entry on input stack.
This didn't happen if neither history nor alias expansion was in use.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Src/input.c | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2018-09-21 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 43511: Src/input.c: alias entry on input stack wasn't + initialised if not expanding alias or using history. + 2018-09-19 Maximilian Bosch <maximilian@mbosch.me> * 43502: Completion/X/Command/_setxkbmap: Search XDG_DATA_DIRS diff --git a/Src/input.c b/Src/input.c |
