Lines Matching refs:ignorecase
18 7. Ignoring case in a pattern |/ignorecase|
83 'ignorecase' is used, 'smartcase' is not.
240 The 'ignorecase' option does not do this. When 'ignorecase' is changed, it
555 |/\c| \c \c ignore case, do not use the 'ignorecase' option
556 |/\C| \C \C match case, do not use the 'ignorecase' option
1051 NOTE: 'ignorecase', "\c" and "\C" are not used by character classes.
1142 'ignorecase' is used)
1148 'ignorecase' is used)
1252 7. Ignoring case in a pattern */ignorecase*
1254 If the 'ignorecase' option is on, the case of normal letters is ignored.
1259 'ignorecase' is on. The actual value of 'ignorecase' and 'smartcase' is
1262 Note that 'ignorecase', "\c" and "\C" are not used for the character classes.
1265 pattern 'ignorecase' 'smartcase' matches ~
1408 'ignorecase' does not apply, use |/\c| in the pattern to