about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-09-03 19:05:27 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-09-03 19:05:27 +0000
commit30aa9063e8163ac77e61caa32169e5c1f8d2e16b (patch)
treeae3d2f4071412fe2d3d425b19eae88974e9a07b7 /ChangeLog
parentf4065b138b32af4943971c1c88ac467b97c86fde (diff)
downloadzsh-30aa9063e8163ac77e61caa32169e5c1f8d2e16b.tar.gz
zsh-30aa9063e8163ac77e61caa32169e5c1f8d2e16b.tar.xz
zsh-30aa9063e8163ac77e61caa32169e5c1f8d2e16b.zip
pass -F option through to ssh when getting remote files for scp completion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b91d17e4..5fc46a72c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-09-03  Oliver Kiddle  <opk@zsh.org>
 
+	* Thomas Köhler: 176xx: Completion/Unix/Command/_ssh: also pass
+	through -F option
+
 	* 17607: Completion/Unix/Command/_ssh: pass through options such as
 	the port number to ssh when getting remote files for scp