From d92b1a3547e4d7e602316e12f0a896356579c1ab Mon Sep 17 00:00:00 2001 From: Atte Peltomäki Date: Thu, 20 Jul 2023 13:52:08 +0300 Subject: 51980: Add glob qualifier grouping operator to completion Also improve wording in documentation to make glob qualifier grouping easier to find by explicit use of terms 'logical OR' and 'logical AND'. --- Completion/Zsh/Type/_globquals | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals index bc3165eba..beb47ed30 100644 --- a/Completion/Zsh/Type/_globquals +++ b/Completion/Zsh/Type/_globquals @@ -268,6 +268,7 @@ case $state in "P:prepend word" "Y:+ at most ARG matches" "[:+ range of files" + ",:logical OR" "):end of qualifiers" "\::modifier" ) -- cgit v1.2.3