diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-27 14:16:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-27 14:16:15 +0000 |
commit | 37d14cab88e2aa09e6279bb96995e9f4521887a5 (patch) | |
tree | 26cc1a59714ff6dbd6c2c560850783922d6a2e99 /Doc/Zsh/compsys.yo | |
parent | a35472cb31cc6747a38b290fd9930c2e2a2b787b (diff) | |
download | zsh-37d14cab88e2aa09e6279bb96995e9f4521887a5.tar.gz zsh-37d14cab88e2aa09e6279bb96995e9f4521887a5.tar.xz zsh-37d14cab88e2aa09e6279bb96995e9f4521887a5.zip |
new _history completer (10979)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 66d56f078..1e077d8ad 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2138,6 +2138,14 @@ at all. In a different mode selected by the tt(completions) style, all em(completions) generated for the string on the line are inserted. ) +findex(_history) +item(tt(_history))( +Complete words from the shell's command history. This completer +uses the tt(remove-all-dups), and tt(sort) styles also used by the +tt(_history_complete_word) bindable command, see +ifzman(the section `Completion System Configuration' above)\ +ifnzman(noderef(Completion System Configuration)). +) findex(_list) item(tt(_list))( This completer allows one to delay the insertion of matches until |