diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 07:58:24 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 07:58:24 +0000 |
| commit | b169a45ebc5225748d0a425017cadbdefc3fb01f (patch) | |
| tree | 49a68508187407cce97cf16b93a0d91dc8bd8c57 /Completion/Unix/Command/_init_d | |
| parent | fix for completion in nested quotes where the sub-word ends in a backslash (1... (diff) | |
| download | zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar.gz zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar.bz2 zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar.lz zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar.xz zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar.zst zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.zip | |
let _init_d use a pre-pattern (17193)
Diffstat (limited to 'Completion/Unix/Command/_init_d')
| -rw-r--r-- | Completion/Unix/Command/_init_d | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_init_d b/Completion/Unix/Command/_init_d index 3556b85a4..cf389bff9 100644 --- a/Completion/Unix/Command/_init_d +++ b/Completion/Unix/Command/_init_d @@ -1,7 +1,9 @@ -#compdef -P */(init|rc[0-9S]#).d/* +#compdef -p */(init|rc[0-9S]#).d/* local magic cmds what script +_compskip=all + # This should probably be system specific... script=$words[1] |
