From 70d6d0d86cffac331bead544581f0b921418ae37 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 8 Jan 2020 20:58:56 +0000 Subject: 45266: Fix losetup completion, broken in da085b7a20729401c725f91ae930200d0deda64f (41720). --- ChangeLog | 4 ++++ Completion/Linux/Command/_losetup | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 017a546ad..dd668e9bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-01-10 Daniel Shahaf + * 45266: Completion/Linux/Command/_losetup: Fix losetup + completion, broken in da085b7a20729401c725f91ae930200d0deda64f + (41720). + * unposted: Doc/Zsh/mod_zpty.yo: Fix punctuation. 2020-01-10 Jun-ichi Takimoto 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 -- cgit 1.4.1