diff options
author | Simon Ruderich <rudi_s@users.sourceforge.net> | 2011-12-09 22:39:08 +0000 |
---|---|---|
committer | Simon Ruderich <rudi_s@users.sourceforge.net> | 2011-12-09 22:39:08 +0000 |
commit | d374f2b1800d54d37a8e4c5299e824874a0489ed (patch) | |
tree | 5e3d67fa016e1cdc7890411fff2ad7590bd2b131 /ChangeLog | |
parent | 3e1146677f48dbeb697c2744266454d14d5289bb (diff) | |
download | zsh-d374f2b1800d54d37a8e4c5299e824874a0489ed.tar.gz zsh-d374f2b1800d54d37a8e4c5299e824874a0489ed.tar.xz zsh-d374f2b1800d54d37a8e4c5299e824874a0489ed.zip |
29918: Completion: Add new _remote_files() helper and use it to reduce code duplication.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2b4b77b5d..58a820360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-12-09 Simon Ruderich <simon@ruderich.org> + * 29918: Completion: Add new _remote_files() helper and use it to + reduce code duplication. + * 29917: Completion/Unix/Command/_ssh: Tabs to spaces. 2011-12-09 Mikael Magnusson <mikachu@gmail.com> @@ -15703,5 +15706,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5528 $ +* $Revision: 1.5529 $ ***************************************************** |