mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
unposted (users/16715): document HASH_LIST_ALL effects on correction.
This commit is contained in:
parent
8c37e6f077
commit
b227ff16da
1 changed files with 3 additions and 2 deletions
|
@ -313,8 +313,9 @@ pindex(NO_HASH_LIST_ALL)
|
|||
pindex(HASHLISTALL)
|
||||
pindex(NOHASHLISTALL)
|
||||
item(tt(HASH_LIST_ALL) <D>)(
|
||||
Whenever a command completion is attempted, make sure the entire
|
||||
command path is hashed first. This makes the first completion slower.
|
||||
Whenever a command completion or spelling correction is attempted, make
|
||||
sure the entire command path is hashed first. This makes the first
|
||||
completion slower but avoids false reports of spelling errors.
|
||||
)
|
||||
pindex(LIST_AMBIGUOUS)
|
||||
pindex(NO_LIST_AMBIGUOUS)
|
||||
|
|
Loading…
Reference in a new issue