1
0
Fork 0
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:
Bart Schaefer 2012-03-01 03:34:15 +00:00
parent 8c37e6f077
commit b227ff16da

View file

@ -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)