mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
unposted (Daniel): add exclusion list missed in recent OpenBSD update to locale completion
This commit is contained in:
parent
3714ee0b58
commit
d909dc7323
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2021-02-13 Oliver Kiddle <opk@zsh.org>
|
2021-02-13 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* unposted (Daniel): Completion/Unix/Command/_locale:
|
||||||
|
add exclusion list missed in recent OpenBSD update
|
||||||
|
|
||||||
* github #68: taiyu.len: Completion/Unix/Command/_man,
|
* github #68: taiyu.len: Completion/Unix/Command/_man,
|
||||||
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo:
|
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo:
|
||||||
support section suffix completion for man pages
|
support section suffix completion for man pages
|
||||||
|
|
|
@ -28,7 +28,7 @@ elif [[ $OSTYPE == openbsd* ]]; then
|
||||||
specs=(
|
specs=(
|
||||||
'(-m)-a[list all available locales]'
|
'(-m)-a[list all available locales]'
|
||||||
'(-a)-m[list all available charmaps]'
|
'(-a)-m[list all available charmaps]'
|
||||||
'1:name:(charmap)'
|
'(-a -m)1:name:(charmap)'
|
||||||
)
|
)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue