about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2014-06-03 23:46:07 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-06-03 23:46:07 -0700
commit9381bb6a2d3abd4a4c6871b5676f9fb04f42d921 (patch)
tree428f7a3e070e9a693424f0fdd91759b0f40a986a /Completion/Zsh
parent5cfe18670c889ebe841fd50d12346350ef603d5c (diff)
downloadzsh-9381bb6a2d3abd4a4c6871b5676f9fb04f42d921.tar.gz
zsh-9381bb6a2d3abd4a4c6871b5676f9fb04f42d921.tar.xz
zsh-9381bb6a2d3abd4a4c6871b5676f9fb04f42d921.zip
32694: the number of matches to find is the suffix argument of (Y) qualifier
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Type/_globquals1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals
index c98bd0c82..37db161d0 100644
--- a/Completion/Zsh/Type/_globquals
+++ b/Completion/Zsh/Type/_globquals
@@ -251,6 +251,7 @@ case $state in
     "o:+ sort order, up"
     "O:+ sort order, down"
     "P:prepend word"
+    "Y:+ at most ARG matches"
     "[:+ range of files"
     "):end of qualifiers"
     "\::modifier"