summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-03-06 18:06:07 -0600
committerdana <dana@dana.is>2019-03-06 18:06:07 -0600
commitf21d54a3818f59b1478c79f6953d8034692f58a0 (patch)
tree45f1d28d30ffb73ce7ef1db7d7e3b70d8c35f77e /ChangeLog
parenta41f09f86206c281e7512f6e3b6e0ef944c20989 (diff)
downloadzsh-f21d54a3818f59b1478c79f6953d8034692f58a0.tar.gz
zsh-f21d54a3818f59b1478c79f6953d8034692f58a0.tar.xz
zsh-f21d54a3818f59b1478c79f6953d8034692f58a0.zip
unposted: _zftp: Use 'post' pattern matching
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in
the function, was causing it to clobber the completion for other commands,
notably zf_mkdir from zsh/files. To avoid this, use -P instead
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8406cdb7..027bb7ac0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-03-06  dana  <dana@dana.is>
 
+	* unposted: Completion/Zsh/Command/_zftp: Use 'post' pattern
+	matching to avoid clobbering other functions
+
 	* 44099: Completion/Darwin/Command/_trash: Add completion for
 	macOS trash utility