about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-10-11 01:23:53 +0200
committerOliver Kiddle <opk@zsh.org>2017-10-11 01:23:53 +0200
commit04a7dca3b0aa7659846e66415a2021b1562492f5 (patch)
tree43e341073477569deaace6a1f3d5912748b01ea3 /Completion/Zsh
parent233c0e89032950a031c7e559b4f71944d49e4664 (diff)
downloadzsh-04a7dca3b0aa7659846e66415a2021b1562492f5.tar.gz
zsh-04a7dca3b0aa7659846e66415a2021b1562492f5.tar.xz
zsh-04a7dca3b0aa7659846e66415a2021b1562492f5.zip
41831: fix compset usage in ogg123 completion and tweak where compset -p is a better choice than -P
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Type/_globquals2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals
index a904bdf0d..c855b540e 100644
--- a/Completion/Zsh/Type/_globquals
+++ b/Completion/Zsh/Type/_globquals
@@ -167,7 +167,7 @@ while [[ -n $PREFIX ]]; do
     
     ([oO])
     # complete/skip sort spec
-    if ! compset -P "?"; then
+    if ! compset -p 1; then
       alts=(
         "n:lexical order of name"
         "L:size of file"