summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-06-05 13:23:49 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-06-05 13:23:49 +0000
commitb3ccc068a4efe953d6540f70f04fb951ee17294f (patch)
treedefca04933199218601cdca56d9e37562cca74c5
parentusers/1654: anchors did'nt work with // parameter substitution (diff)
downloadzsh-b3ccc068a4efe953d6540f70f04fb951ee17294f.tar
zsh-b3ccc068a4efe953d6540f70f04fb951ee17294f.tar.gz
zsh-b3ccc068a4efe953d6540f70f04fb951ee17294f.tar.bz2
zsh-b3ccc068a4efe953d6540f70f04fb951ee17294f.tar.lz
zsh-b3ccc068a4efe953d6540f70f04fb951ee17294f.tar.xz
zsh-b3ccc068a4efe953d6540f70f04fb951ee17294f.tar.zst
zsh-b3ccc068a4efe953d6540f70f04fb951ee17294f.zip
18607: correctly handle quoting for remote files for rcp completion
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_rlogin6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 24437878b..a19c99bbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-05 Oliver Kiddle <opk@zsh.org>
+
+ * 18607: Completion/Unix/Command/_rlogin: correctly handle
+ quoting for remote files for rcp completion
+
2003-06-05 Peter Stephenson <pws@csr.com>
* users/6154: Src/subst.c: anchors didn't work with //
diff --git a/Completion/Unix/Command/_rlogin b/Completion/Unix/Command/_rlogin
index 4fb010ec6..0d8355bfb 100644
--- a/Completion/Unix/Command/_rlogin
+++ b/