about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-08-14 15:18:19 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-14 15:18:19 +0000
commit513088857a59c7704734bd7cc3d9a8bc7492e11b (patch)
tree18220546f856954642fcf4d7c7aeca2aa78e2e66 /Doc
parentfc88981cf719f487cc0128dbcf275e3bbe16b1e9 (diff)
downloadzsh-513088857a59c7704734bd7cc3d9a8bc7492e11b.tar.gz
zsh-513088857a59c7704734bd7cc3d9a8bc7492e11b.tar.xz
zsh-513088857a59c7704734bd7cc3d9a8bc7492e11b.zip
17535: use-perl style for _make
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo11
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index a0e482845..428b6a839 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2315,6 +2315,17 @@ example, while completing arguments to the command tt(foo), if this was
 handled by a command function tt(_foo), tt(compctl) would never be tried,
 while if it was handled by tt(_default), tt(compctl) would be tried.
 )
+kindex(use-perl, completion style)
+item(tt(use-perl))(
+Various parts of the function system use awk to extract words from
+files or command output as this universally available.  However, many
+versions of awk have arbitrary limits on the size of input.  If this
+style is set, perl will be used instead.  This is almost always
+preferable if perl is available on your system.
+
+Currently this is only used in completions for `make', but it may be
+extended depending on authorial frustration.
+)
 kindex(users, completion style)
 item(tt(users))(
 This may be set to a list of names that should be completed whenever