1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-23 17:01:05 +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(HASHLISTALL)
pindex(NOHASHLISTALL) pindex(NOHASHLISTALL)
item(tt(HASH_LIST_ALL) <D>)( item(tt(HASH_LIST_ALL) <D>)(
Whenever a command completion is attempted, make sure the entire Whenever a command completion or spelling correction is attempted, make
command path is hashed first. This makes the first completion slower. 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(LIST_AMBIGUOUS)
pindex(NO_LIST_AMBIGUOUS) pindex(NO_LIST_AMBIGUOUS)