summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-04-30 10:04:29 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-04-30 10:04:29 +0000
commit5c327339f5b6973a9355d3edc564def697b7cbdd (patch)
treed26009801390dd5d4e096fe965b35fcce0398df3 /Doc/Zsh/compsys.yo
parentcb9408982ffc60e2883b76d676bfd11d5643c1e3 (diff)
downloadzsh-5c327339f5b6973a9355d3edc564def697b7cbdd.tar.gz
zsh-5c327339f5b6973a9355d3edc564def697b7cbdd.zip
11024: The _complete_debug widget enables and captures xtrace from completion.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo9
1 files changed, 8 insertions, 1 deletions
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)