Skip to content

Commit

Permalink
unposted (users/16715): document HASH_LIST_ALL effects on correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Schaefer committed Mar 1, 2012
1 parent 8c37e6f commit b227ff1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/Zsh/options.yo
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b227ff1

Please sign in to comment.