1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-18 12:01:00 +01:00

52112: use '_normal -p subcmd' to complete only external command

This commit is contained in:
Jun-ichi Takimoto 2023-09-04 15:07:52 +09:00
parent 9ff1b2810e
commit c0caef5613
15 changed files with 28 additions and 16 deletions

View file

@ -68,7 +68,7 @@ case $OSTYPE in
'-F[send output to specified named pipe]:fifo:_files -g "*(p)"'
'-t+[specify interval of data flushing]:interval (seconds)'
'-k[log keys sent to the program as well as output]'
'*:::arguments: _normal'
'*:::arguments: _normal $service'
)
;|
darwin*|freebsd*)