1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 21:06:04 +02:00

39917: Complete setsid(1) as a precommand

This commit is contained in:
Daniel Shahaf 2016-11-11 10:14:29 +00:00
parent c392e6c620
commit 307da989d8
2 changed files with 4 additions and 1 deletions

View File

@ -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 '../'.

View File

@ -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])