mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
29392: remove use-perl style docs
This commit is contained in:
parent
2865dc2157
commit
607dbc0cd1
2 changed files with 4 additions and 12 deletions
|
@ -12,6 +12,9 @@
|
||||||
* 29334: Completion/Unix/Command/_sh: Complete options for zsh with
|
* 29334: Completion/Unix/Command/_sh: Complete options for zsh with
|
||||||
_arguments --.
|
_arguments --.
|
||||||
|
|
||||||
|
* 29392: Doc/Zsh/compsys.yo: Remove now-defunct use-perl style
|
||||||
|
documentation.
|
||||||
|
|
||||||
2011-05-27 Barton E. Schaefer <schaefer@zsh.org>
|
2011-05-27 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 29382: Src/Modules/curses.c: apply 29374 to zccmd_input too.
|
* 29382: Src/Modules/curses.c: apply 29374 to zccmd_input too.
|
||||||
|
@ -14861,5 +14864,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5340 $
|
* $Revision: 1.5341 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -2736,17 +2736,6 @@ where the tt(hosts) style is set; note also it must be set before
|
||||||
the cache of host names is generated (typically the first completion
|
the cache of host names is generated (typically the first completion
|
||||||
attempt).
|
attempt).
|
||||||
)
|
)
|
||||||
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 it is 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)
|
kindex(users, completion style)
|
||||||
item(tt(users))(
|
item(tt(users))(
|
||||||
This may be set to a list of usernames to be completed.
|
This may be set to a list of usernames to be completed.
|
||||||
|
|
Loading…
Reference in a new issue