diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Linux/Command/_fusermount | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 71e1b2f76..f03fd0d5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2023-09-20 Oliver Kiddle <opk@zsh.org> + * Wim de With: 51857: Completion/Linux/Command/_fusermount: + Include fusermount3 in fusermount completions + * Atte Peltomäki: 51980: Completion/Zsh/Type/_globquals, Doc/Zsh/expn.yo: Add glob qualifier grouping operator to completion diff --git a/Completion/Linux/Command/_fusermount b/Completion/Linux/Command/_fusermount index d55eca29c..24f9a8018 100644 --- a/Completion/Linux/Command/_fusermount +++ b/Completion/Linux/Command/_fusermount @@ -1,4 +1,4 @@ -#compdef fusermount +#compdef fusermount fusermount3 local expl context state line typeset -A opt_args |