diff options
| author | Matthew Martin <phy1729@gmail.com> | 2019-04-04 18:45:19 -0500 |
|---|---|---|
| committer | Matthew Martin <phy1729@gmail.com> | 2019-04-04 18:45:19 -0500 |
| commit | 7d84cde31330023b264a415ffa02686ee0338b4f (patch) | |
| tree | 2bd35212c238a10562e195fe8c0dc74c6244215f /Completion/Zsh/Command/_command | |
| parent | 44200 (tweaked): Completion: Append to precommands in _normal (diff) | |
| download | zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.gz zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.bz2 zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.lz zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.xz zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.zst zsh-7d84cde31330023b264a415ffa02686ee0338b4f.zip | |
44201: _command_name: Check for external forcing precommand
Diffstat (limited to 'Completion/Zsh/Command/_command')
| -rw-r--r-- | Completion/Zsh/Command/_command | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_command b/Completion/Zsh/Command/_command index 7a59a2386..503f860a2 100644 --- a/Completion/Zsh/Command/_command +++ b/Completion/Zsh/Command/_command @@ -4,5 +4,4 @@ _arguments \ '-v[indicate result of command search]:*:command:_path_commands' \ '-V[show result of command search in verbose form]:*:command:_path_commands' \ '(-)-p[use default PATH to find command]' \ - ':command:_path_commands' \ '*:: : _normal -p $service' |
