From 51cb3f0a27ea185be2d703be822b2b4b23eba0b7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 3 Nov 1999 09:06:17 +0000 Subject: zsh-3.1.6-bart-8 --- Doc/Makefile.in | 2 +- Doc/Zsh/.distfiles | 10 +++++----- Doc/Zsh/compsys.yo | 9 +++++++++ 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'Doc') diff --git a/Doc/Makefile.in b/Doc/Makefile.in index a1443f2d5..4241a4622 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -133,7 +133,7 @@ zshmisc.1: Zsh/grammar.yo Zsh/redirect.yo Zsh/exec.yo Zsh/func.yo \ Zsh/prompt.yo Zsh/restricted.yo zshmodules.1: Zsh/modules.yo Zsh/mod_cap.yo Zsh/mod_clone.yo \ - Zsh/mod_comp1.yo Zsh/mod_complist.yo Zsh/mod_compctl.yo \ + Zsh/mod_complete.yo Zsh/mod_complist.yo Zsh/mod_compctl.yo \ Zsh/mod_deltochar.yo Zsh/mod_example.yo Zsh/mod_files.yo \ Zsh/mod_mapfile.yo Zsh/mod_mathfunc.yo Zsh/mod_sched.yo \ Zsh/mod_stat.yo Zsh/mod_zftp.yo Zsh/mod_zle.yo diff --git a/Doc/Zsh/.distfiles b/Doc/Zsh/.distfiles index 6c0938dd6..11d761230 100644 --- a/Doc/Zsh/.distfiles +++ b/Doc/Zsh/.distfiles @@ -2,11 +2,11 @@ DISTFILES_SRC=' .distfiles arith.yo builtins.yo compat.yo compctl.yo compsys.yo compwid.yo cond.yo exec.yo expn.yo filelist.yo files.yo func.yo grammar.yo - index.yo intro.yo invoke.yo jobs.yo manual.yo metafaq.yo - mod_cap.yo mod_clone.yo mod_comp1.yo mod_compctl.yo mod_complist.yo + index.yo intro.yo invoke.yo jobs.yo manual.yo metafaq.yo mod_cap.yo + mod_clone.yo mod_compctl.yo mod_complete.yo mod_complist.yo mod_computil.yo mod_deltochar.yo mod_example.yo mod_files.yo mod_mapfile.yo mod_mathfunc.yo mod_parameter.yo mod_sched.yo - mod_stat.yo mod_zftp.yo mod_zle.yo - modules.yo options.yo params.yo - prompt.yo redirect.yo restricted.yo seealso.yo zftpsys.yo zle.yo + mod_stat.yo mod_zftp.yo mod_zle.yo mod_zleparameter.yo modules.yo + options.yo params.yo prompt.yo redirect.yo restricted.yo seealso.yo + zftpsys.yo zle.yo ' diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index d741ee9c0..e30586238 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1723,6 +1723,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 -- cgit 1.4.1