about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Zsh/Command/_zftp2
2 files changed, 4 insertions, 1 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
 
diff --git a/Completion/Zsh/Command/_zftp b/Completion/Zsh/Command/_zftp
index 105533055..a41d72ce2 100644
--- a/Completion/Zsh/Command/_zftp
+++ b/Completion/Zsh/Command/_zftp
@@ -1,4 +1,4 @@
-#compdef -p zf*
+#compdef -P zf*
 
 # Completion for zftp builtin and zf* functions.  The functions
 # zfcd_match and zfget_match (also used for old-style completion)