diff options
author | Tomoki Sekiyama <tomoki.sekiyama@gmail.com> | 2014-04-28 10:11:33 -0400 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-04-29 10:44:09 +0100 |
commit | 0da28f323d790a79d965d9cec48604c97e03f4b8 (patch) | |
tree | fd38cf067b741d0c290c57048e84cb10454851d4 /Doc/Zsh/options.yo | |
parent | 9cd7ffe529981d9c1520a323b542a41eedbddc14 (diff) | |
download | zsh-0da28f323d790a79d965d9cec48604c97e03f4b8.tar.gz zsh-0da28f323d790a79d965d9cec48604c97e03f4b8.tar.xz zsh-0da28f323d790a79d965d9cec48604c97e03f4b8.zip |
32592: add CORRECT_IGNORE_FILE variable
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index fbcf28ccb..f7e11d20f 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1098,6 +1098,9 @@ pindex(CORRECTALL) pindex(NOCORRECTALL) item(tt(CORRECT_ALL) (tt(-O)))( Try to correct the spelling of all arguments in a line. + +The shell variable tt(CORRECT_IGNORE_FILE) may be set to a pattern to +match file names that will never be offered as corrections. ) pindex(DVORAK) pindex(NO_DVORAK) |