summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-23 15:27:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-23 15:27:13 +0000
commitbfe6602d9ed26e3138f7612b1959b85fec833507 (patch)
tree5d9c188a6fd4f70aa8b232367132683e237df4e5 /Doc
parentdoc clarifications for zparseopts (11536) (diff)
downloadzsh-bfe6602d9ed26e3138f7612b1959b85fec833507.tar
zsh-bfe6602d9ed26e3138f7612b1959b85fec833507.tar.gz
zsh-bfe6602d9ed26e3138f7612b1959b85fec833507.tar.bz2
zsh-bfe6602d9ed26e3138f7612b1959b85fec833507.tar.lz
zsh-bfe6602d9ed26e3138f7612b1959b85fec833507.tar.xz
zsh-bfe6602d9ed26e3138f7612b1959b85fec833507.tar.zst
zsh-bfe6602d9ed26e3138f7612b1959b85fec833507.zip
11537: new _complete_tag function
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo12
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 3f7b20bee..518974014 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2460,6 +2460,18 @@ 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.
)
+findex(_complete_tag (^Xt))
+item(tt(_complete_tag (^Xt)))(
+This widget completes symbol tags created by the tt(etags) or tt(ctags)
+programmes (note there is no connection with the completion system's tags)
+stored in a file tt(TAGS), in the format used by tt(etags), or tt(tags), in the
+format created by tt(ctags). It will look back up the path hierarchy for
+the first occurrence of either file; if both exist, the file tt(TAGS) is
+preferred. You can specify the full path to a tt(TAGS) or tt(tags) file by
+setting the parameter tt($TAGSFILE) or tt($tagsfile) respectively.
+The corresponding completion tags used are tt(etags) and tt(vtags), after
+emacs and vi respectively.
+)
enditem()
texinode(Completion Functions)(Completion Directories)(Bindable Commands)(Completion System)