From 5c327339f5b6973a9355d3edc564def697b7cbdd Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 30 Apr 2000 10:04:29 +0000 Subject: 11024: The _complete_debug widget enables and captures xtrace from completion. --- Doc/Zsh/compsys.yo | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index e3274cabf..f68375a3d 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2308,7 +2308,7 @@ on the command line (which may be blank). If given a numeric argument var(N), complete the var(N)th most recently modified file. Note the completion, if any, is always unique. ) -findex(_next_tags) +findex(_next_tags (^Xn)) item(tt(_next_tags) (^Xn))( This allows to complete types of matches that are not immediately offered because of the setting of the tt(tag-order) style. After a @@ -2354,6 +2354,13 @@ incomplete. I.e. depending on the settings for some styles other styles may be used, and, depending on the user's settings, only the first sort of styles may be detected by tt(_complete_help). ) +findex(_complete_debug (^X?)) +item(tt(_complete_debug (^X?)))( +This widget performs ordinary completion, but captures in a temporary file +a trace of the shell commands executed by the completion system. Each +completion attempt gets its own file. A command to view each of these +files is pushed onto the editor buffer stack. +) enditem() texinode(Completion Functions)(Completion Directories)(Bindable Commands)(Completion System) -- cgit 1.4.1