diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-12-20 05:30:28 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-12-20 05:43:42 +0000 |
commit | 4b55c0f40c21a6e57fc8e71515c3f39df6a30f67 (patch) | |
tree | 5ca6f5375c1d7147838a3c4a2e17a6b24186723a /ChangeLog | |
parent | a254c1815aac155108f8729ed7929e42f6f2c8b0 (diff) | |
download | zsh-4b55c0f40c21a6e57fc8e71515c3f39df6a30f67.tar.gz zsh-4b55c0f40c21a6e57fc8e71515c3f39df6a30f67.tar.xz zsh-4b55c0f40c21a6e57fc8e71515c3f39df6a30f67.zip |
42146: type -w += global aliases
Follow-up to 36403, which did the same for suffix aliases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9bdd385cb..d63c2e513 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-12-20 Daniel Shahaf <d.s@daniel.shahaf.name> + * 42146: Src/hashtable.c, Test/A02alias.ztst: type -w += + global aliases + * 42138: Completion/Unix/Command/_git: _git-revert: Complete recent commits first. |