mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 23:11:11 +02:00
users/8354: Document limitation of glob_complete and matching control
This commit is contained in:
parent
77166e259e
commit
21c0b27613
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2005-01-12 Peter Stephenson <pws@csr.com>
|
2005-01-12 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* users/8354: Doc/Zsh/options.yo: with glob_complete, completing
|
||||||
|
a word with a pattern does not use matching control.
|
||||||
|
|
||||||
* unposted: Config/version.mk, README, Etc/FAQ.yo: release
|
* unposted: Config/version.mk, README, Etc/FAQ.yo: release
|
||||||
zsh version 4.2.2.
|
zsh version 4.2.2.
|
||||||
|
|
||||||
|
|
|
@ -215,6 +215,11 @@ a `tt(*)' was added to the end of the word, or inserted at the cursor when
|
||||||
tt(COMPLETE_IN_WORD) is set. This actually uses pattern matching, not
|
tt(COMPLETE_IN_WORD) is set. This actually uses pattern matching, not
|
||||||
globbing, so it works not only for files but for any completion, such as
|
globbing, so it works not only for files but for any completion, such as
|
||||||
options, user names, etc.
|
options, user names, etc.
|
||||||
|
|
||||||
|
Note that when the pattern matcher is used, matching control (for example,
|
||||||
|
case-insensitive or anchored matching) cannot be used. This limitation
|
||||||
|
only applies when the current word contains a pattern; simply turning
|
||||||
|
on the tt(GLOB_COMPLETE) option does not have this effect.
|
||||||
)
|
)
|
||||||
pindex(HASH_LIST_ALL)
|
pindex(HASH_LIST_ALL)
|
||||||
item(tt(HASH_LIST_ALL) <D>)(
|
item(tt(HASH_LIST_ALL) <D>)(
|
||||||
|
|
Loading…
Reference in a new issue