diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-06-03 20:53:16 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-06-03 20:53:16 +0000 |
commit | e468775400a345dbe0acc4e68891bae5127e6f98 (patch) | |
tree | 99513151b2b0ff12eb23badce6b45142ae115dcb /ChangeLog | |
parent | 0bff0b356ca7050280ebe02a588d74a95c7e7f5c (diff) | |
download | zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar.gz zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar.xz zsh-e468775400a345dbe0acc4e68891bae5127e6f98.zip |
29448: complete symlinks to files in _initctl too
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index eae0213a2..332bcdb20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * 29438: Completion/Zsh/Context/_subscript: adjust pattern so we complete dynamic directory names in command position as well. + * 29448: Completion/Unix/Command/_initctl: complete symlinks + to files too. + 2011-06-03 Peter Stephenson <p.w.stephenson@ntlworld.com> * 29413: Doc/Zsh/builtins.yo, Src/builtin.c, Src/hist.c: print @@ -14936,5 +14939,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5357 $ +* $Revision: 1.5358 $ ***************************************************** |