diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-06-03 20:53:16 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-06-03 20:53:16 +0000 |
| commit | e468775400a345dbe0acc4e68891bae5127e6f98 (patch) | |
| tree | 99513151b2b0ff12eb23badce6b45142ae115dcb /Completion/Unix/Command | |
| parent | 29438: complete dynamic directory names in command position (diff) | |
| download | zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar.gz zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar.bz2 zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar.lz zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar.xz zsh-e468775400a345dbe0acc4e68891bae5127e6f98.tar.zst zsh-e468775400a345dbe0acc4e68891bae5127e6f98.zip | |
29448: complete symlinks to files in _initctl too
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_initctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_initctl b/Completion/Unix/Command/_initctl index 11bd59b50..6505e4298 100644 --- a/Completion/Unix/Command/_initctl +++ b/Completion/Unix/Command/_initctl @@ -37,7 +37,7 @@ _initctl_fillarray_events_args () # list all upstart jobs, i.e. all files in /etc/init/ _initctl_helper_jobs() { - _path_files -W "/etc/init/" -g "*.conf(.:r)" + _path_files -W "/etc/init/" -g "*.conf(-.:r)" } # list events, generate array if necessary |
