diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-01-18 02:36:59 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-01-20 07:49:29 +0000 |
| commit | c6fc6f80cd960af914400eb3f49c52fc17598ba5 (patch) | |
| tree | 0b9b8338901dc0882d45d957dcddb321611bce73 /Doc/Zsh/compsys.yo | |
| parent | 37664: docs: Document the completion function _command_names. (diff) | |
| download | zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar.gz zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar.bz2 zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar.lz zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar.xz zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar.zst zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.zip | |
37665: Completion: New helper _absolute_command_paths.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
| -rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 9954f30d2..2aa0740b8 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3461,6 +3461,12 @@ completion has been tried. A function will only be called once unless it explicitly reinserts itself into the array. startitem() +findex(_absolute_command_paths) +item(tt(_absolute_command_paths))( +This function completes external commands as absolute paths (unlike +tt(_command_names -e) which completes their basenames). It takes no +arguments. +) findex(_all_labels) item(tt(_all_labels) [ tt(-x) ] [ tt(-12VJ) ] var(tag) var(name) var(descr) [ var(command) var(arg) ... ])( This is a convenient interface to the tt(_next_label) function below, |
