mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-27 14:11:14 +01:00
Fix _su to use user's shell for completion after -c again
This commit is contained in:
parent
aea69f6e64
commit
e20600c8a4
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-05-19 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 11470: Completion/User/_su: fix to use user's shell after -c
|
||||
|
||||
2000-05-19 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 11469: Completion/Commands/_complete_debug,
|
||||
|
|
|
@ -6,7 +6,7 @@ local shell comp name usr base
|
|||