summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-06 09:06:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-06 09:06:35 +0000
commitb148a56869958ee691c57ddaf633a8a4e038b3dc (patch)
tree37ce65ca06f1bdf29affa77eed297b4d939b7ac8 /Doc/Zsh/params.yo
parentSimon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add" comp... (diff)
downloadzsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar.gz
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar.bz2
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar.lz
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar.xz
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar.zst
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.zip
26806 (doc tweaked): Add CORRECT_IGNORE variable
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo11
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index dec742f07..7a8efdd94 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -797,6 +797,17 @@ item(tt(COLUMNS) <S>)(
The number of columns for this terminal session.
Used for printing select lists and for the line editor.
)
+vindex(CORRECT_IGNORE)
+item(tt(CORRECT_IGNORE))(
+If set, is treated as a pattern during spelling correction. Any
+potential correction that matches the pattern is ignored. For example,
+if the value is `tt(_*)' then completion functions (which, by
+convention, have names beginning with `tt(_)') will never be offered
+as spelling corrections. The pattern does not apply the correction
+of file names, as applied by the tt(CORRECT_ALL) option (so with the
+example just given files beginning with `tt(_)' in the current
+directory would still be completed).
+)
vindex(DIRSTACKSIZE)
item(tt(DIRSTACKSIZE))(
The maximum size of the directory stack. If the