zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Fix losetup completion, broken in da085b7a20729401c725f91ae930200d0deda64f (41720).
@ 2020-01-08 20:58 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2020-01-08 20:58 UTC (permalink / raw)
  To: zsh-workers

---
This regressed in 5.5; I'm not sure how come no one has ran into it yet…

Cheers,

Daniel

 Completion/Linux/Command/_losetup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Linux/Command/_losetup b/Completion/Linux/Command/_losetup
index d826e8d51..54debe19e 100644
--- a/Completion/Linux/Command/_losetup
+++ b/Completion/Linux/Command/_losetup
@@ -1,4 +1,4 @@
-#lcompdef losetup -value-,LOOPDEV_DEBUG,-default-
+#compdef losetup -value-,LOOPDEV_DEBUG,-default-
 
 if [[ $service = *LOOPDEV_DEBUG* ]]; then
   local expl

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-08 21:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 20:58 [PATCH] Fix losetup completion, broken in da085b7a20729401c725f91ae930200d0deda64f (41720) Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).