about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-04-08 10:51:35 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-04-08 10:51:35 +0200
commit5bd63f4d69a93aa12f8839d0d18129971925751d (patch)
tree8c4a176e4662db9a9de23ff5f69c1f756803e4e4
parent8e6c1d8b474c6fcbe3da77a9cb2b1d31d65a6ca4 (diff)
downloadzsh-5bd63f4d69a93aa12f8839d0d18129971925751d.tar.gz
zsh-5bd63f4d69a93aa12f8839d0d18129971925751d.tar.xz
zsh-5bd63f4d69a93aa12f8839d0d18129971925751d.zip
c.f. 42499: tera torn: update twisted completion stub for new twist command
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_twisted4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ed5bf108a..e42fc60bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-08  Oliver Kiddle  <okiddle@yahoo.co.uk>
+
+	* c.f. 42499: tera torn: Completion/Unix/Command/_twisted:
+	update twisted completion stub for new twist command
+
 2018-04-07  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* 42605: Src/Modules/mapfile.c, Src/Zle/complete.c,
diff --git a/Completion/Unix/Command/_twisted b/Completion/Unix/Command/_twisted
index 70cb89ecd..102a67800 100644
--- a/Completion/Unix/Command/_twisted
+++ b/Completion/Unix/Command/_twisted
@@ -1,4 +1,4 @@
-#compdef twistd trial conch cftp tapconvert ckeygen lore pyhtmlizer tap2deb tkconch manhole tap2rpm
+#compdef twist twistd trial conch cftp ckeygen pyhtmlizer tkconch
 #
 # This is the ZSH completion file for Twisted commands. It calls the current
 # command-line with the special "--_shell-completion" option which is handled
@@ -27,7 +27,7 @@ else
     echo "\nCompletion error running command:" ${(qqq)cmd}
     echo -n "If output below is unhelpful you may need to edit this file and "
     echo    "redirect stderr to a file."
-    echo "Expected completion function, but instead got:" 
+    echo "Expected completion function, but instead got:"
     echo $output
     return 1
 fi