1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

unposted (Daniel): add exclusion list missed in recent OpenBSD update to locale completion

This commit is contained in:
Oliver Kiddle 2021-02-13 01:15:10 +01:00
parent 3714ee0b58
commit d909dc7323
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
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,
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo:
support section suffix completion for man pages

View file

@ -28,7 +28,7 @@ elif [[ $OSTYPE == openbsd* ]]; then
specs=(
'(-m)-a[list all available locales]'
'(-a)-m[list all available charmaps]'
'1:name:(charmap)'
'(-a -m)1:name:(charmap)'
)
else