diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-19 10:19:07 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-19 10:19:07 +0000 |
commit | b47a5f4f2b9a5f99d9bf95fc5e701ef6464f2c4d (patch) | |
tree | bf1207155681c4d9ff1867976992b35e48558818 /Doc/Zsh/compsys.yo | |
parent | 76a31dd1b62a0330a22940f391933de2fa7ab07d (diff) | |
download | zsh-b47a5f4f2b9a5f99d9bf95fc5e701ef6464f2c4d.tar.gz zsh-b47a5f4f2b9a5f99d9bf95fc5e701ef6464f2c4d.tar.xz zsh-b47a5f4f2b9a5f99d9bf95fc5e701ef6464f2c4d.zip |
zsh-workers/8679
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-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 d5393e9a1..1f1dac658 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1065,6 +1065,11 @@ command will always insert matches as if menu-completion were started and it will stop when the last match is inserted. If this style is set to tt(verbose) a message will be displayed when the last match is reached. ) +item(tt(strings))( +This is used with the tt(jobs) tag. If it is `true', the completions +will use the shortest unambiguous strings of the jobs' command lines +instead of the job numbers. +) item(tt(substitute))( If this is unset or set to the empty string, the tt(_expand) completer will first try to expand all substitutions in the string (such as |