mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
17535: use-perl style for _make
This commit is contained in:
parent
fc88981cf7
commit
513088857a
3 changed files with 34 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue