mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
39917: Complete setsid(1) as a precommand
This commit is contained in:
parent
c392e6c620
commit
307da989d8
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2016-11-17 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 39917: Completion/Zsh/Command/_precommand: Complete setsid(1)
|
||||
as a precommand
|
||||
|
||||
* 39915: Src/exec.c, Test/E01options.ztst: whence: Honor
|
||||
PATH_DIRS option for arguments that start with './' or '../'.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite eatmydata
|
||||
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite eatmydata setsid
|
||||
|
||||
# precommands is made local in _main_complete
|
||||
precommands+=($words[1])
|
||||
|
|
Loading…
Reference in a new issue