about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-27 13:34:45 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-27 13:34:45 +0000
commit62ee3826d91d61f5a2ff86e43598506efcaaaf51 (patch)
tree459fe310fced96faa14f5a2dec2f66206914afa9 /Doc
parentf94eb407c49d1e721f634bae3c0cca6034c3319b (diff)
downloadzsh-62ee3826d91d61f5a2ff86e43598506efcaaaf51.tar.gz
zsh-62ee3826d91d61f5a2ff86e43598506efcaaaf51.tar.xz
zsh-62ee3826d91d61f5a2ff86e43598506efcaaaf51.zip
zsh-workers/8063
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index e009b9b82..d02381633 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1597,6 +1597,15 @@ This is used by functions that complete color names. It should be set
 to the pathname of a file containing color names in the format of an
 X11 tt(rgb.txt) file.
 )
+item(tt(history_list))(
+If this is set to a non-empty string, the tt(_history_complete_word)
+bindable command will list all available matches.
+)
+item(tt(history_remove_all_dups))(
+If this is set to a non-empty string, the tt(_history_complete_word)
+bindable command will remove all duplicate matches, rather than just
+removing consecutive duplicates.
+)
 item(tt(history_sort))(
 If this is set to a non-empty string, completion functions that
 generate words from the history as possible matches sort these words