diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-03-08 07:51:54 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-03-08 07:51:54 +0000 |
commit | 2c858b890b5ae3284911bcf74a84ecb50303e122 (patch) | |
tree | ae4e2615aadc84758135708cff6cdca9ac20862c | |
parent | f89571085a45bde423642126224911ade8192c7d (diff) | |
download | zsh-2c858b890b5ae3284911bcf74a84ecb50303e122.tar.gz zsh-2c858b890b5ae3284911bcf74a84ecb50303e122.tar.xz zsh-2c858b890b5ae3284911bcf74a84ecb50303e122.zip |
22301
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e44f8900..9bf50969a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ 2006-03-07 Wayne Davison <wayned@users.sourceforge.net> + + * 22301: Completion/Base/Completer/_expand: enable alises for the + expansion of $(...) and `...`. * 22271 (updated): Src/subst.c, Src/linklist.c, Src/zsh.h: got rid of the mult_isarr global from subst.c by using the LinkList's new |