mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-07 22:11:15 +01:00
33485: fix a missing ;; case terminator
This commit is contained in:
parent
746b53d5d7
commit
242b419fbc
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2014-10-24 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 33485: Completion/Unix/Command/_su: fix a missing ;; case
|
||||
terminator
|
||||
|
||||
2014-10-23 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 33520: Src/Zle/zle_vi.c, Test/X02zlevi.ztst: correct cursor
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ else
|
|||
'-m[do not reset environment]'
|
||||
'-s[set the MAC label]'
|
||||
)
|
||||
;;
|
||||
*) args+=( '-c[pass command to shell]:command string:->command' ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue