diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-10 23:40:43 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-10 23:40:43 +0000 |
commit | 37012f06a7e5e8a64614dbf9032c77cff1bcfcfb (patch) | |
tree | 1f02eb83e5e9835997a9f4d6d2d801c970557a9d /Doc | |
parent | 3153dbb321717deb374fcf3cb86098b5b1ca3654 (diff) | |
download | zsh-37012f06a7e5e8a64614dbf9032c77cff1bcfcfb.tar.gz zsh-37012f06a7e5e8a64614dbf9032c77cff1bcfcfb.tar.xz zsh-37012f06a7e5e8a64614dbf9032c77cff1bcfcfb.zip |
10628: Check for GNU make using "_call version ..." as was done for GNU diff.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compsys.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 8f89c105b..29a259f34 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -715,6 +715,11 @@ item(tt(values))( when completing a value out of a set of values (or a list of such values) ) +kindex(version, completion tag) +item(tt(version))( +used by tt(_call) to look up the command to run to determine the installed +version of various other commands (currently tt(diff) and tt(make)). +) kindex(warnings, completion tag) item(tt(warnings))( used to look up the tt(format) style for warnings |