diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2013-03-20 20:33:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2013-03-20 20:33:45 +0000 |
commit | 275ba0fdcae1b028c2989ba817e6f3c42fb9366a (patch) | |
tree | 325d328878f0c2b0920bfbcd6222efd0ae7524a4 /ChangeLog | |
parent | 0c226a628297057e2ef5a8e06755e1c37b260304 (diff) | |
download | zsh-275ba0fdcae1b028c2989ba817e6f3c42fb9366a.tar.gz zsh-275ba0fdcae1b028c2989ba817e6f3c42fb9366a.tar.xz zsh-275ba0fdcae1b028c2989ba817e6f3c42fb9366a.zip |
Han Pingtian: 31167 (with tweak): limit use of colons for recognising
remote path in ssh completion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ef31e4648..2fd6a519e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-03-20 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Han Pingtian: 31167 (with tweak): + Completion/Unix/Command/_ssh: limit use of colons for detecting + a remote path. + 2013-03-19 Bart Schaefer <schaefer@zsh.org> * 31158: Src/pattern.c: following a wildcard with a repetition @@ -625,5 +631,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5825 $ +* $Revision: 1.5826 $ ***************************************************** |