diff options
| author | Peter Stephenson <pws@zsh.org> | 2015-05-18 09:56:00 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2015-05-18 09:56:00 +0100 |
| commit | 52aeb9aaeb4799b760138a7c34b18ede4b47242a (patch) | |
| tree | 0da193cbc61ac0000ae0bad210619276f63dccd5 /Completion/X | |
| parent | 35105: completion: git: add distance_from_head to __git_recent_commits (diff) | |
| download | zsh-52aeb9aaeb4799b760138a7c34b18ede4b47242a.tar zsh-52aeb9aaeb4799b760138a7c34b18ede4b47242a.tar.gz zsh-52aeb9aaeb4799b760138a7c34b18ede4b47242a.tar.bz2 zsh-52aeb9aaeb4799b760138a7c34b18ede4b47242a.tar.lz zsh-52aeb9aaeb4799b760138a7c34b18ede4b47242a.tar.xz zsh-52aeb9aaeb4799b760138a7c34b18ede4b47242a.tar.zst zsh-52aeb9aaeb4799b760138a7c34b18ede4b47242a.zip | |
35168: Improve parsing of case patterns.
"|" is now found properly by looking for words that come
from the lexical analyser, rather than hacking a pattern
returned in one dollop.
Update some completion functions that need extra quoting
as a result.
Add test for new parsing.
Update version number to 5.0.8-dev-3 because of wordcode
incompatibility.
Diffstat (limited to 'Completion/X')
| -rw-r--r-- | Completion/X/Command/_xrandr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_xrandr b/Completion/X/Command/_xrandr index 9d9323c69..b0851569e 100644 --- a/Completion/X/Command/_xrandr +++ b/Completion/X/Command/_xrandr @@ -51,7 +51,7 @@ _arguments -C \ case $state in value) case $words[CURRENT-1] in - (scaling* mode) + (scaling*" mode") _description value expl "output property 'scaling mode'" compadd "$@" "$expl[@]" None Full Center Full\ aspect && return 0 ;; |
