about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-04-15 01:19:02 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-04-18 20:14:47 +0000
commit6cc6942cf5df0bff0a39da2e1707c82ad0987f66 (patch)
treefa157645695a08d9b5b94cf097544f36fd177fd5 /ChangeLog
parentfc96274801f38f20063c904e0eaa98a23ee2e74c (diff)
downloadzsh-6cc6942cf5df0bff0a39da2e1707c82ad0987f66.tar.gz
zsh-6cc6942cf5df0bff0a39da2e1707c82ad0987f66.tar.xz
zsh-6cc6942cf5df0bff0a39da2e1707c82ad0987f66.zip
40973: _remote_files: Fix completion of remote files that start with a hyphen/minus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bb23d17f..4595c56d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-18  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 40973: Completion/Unix/Type/_remote_files: Fix completion of
+	remote files that start with a hyphen/minus.
+
 2017-04-15  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 40977: Src/init.c: "emulate" disallows "--help" and "--version"