On 9/22/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
Yakov Lerner wrote: > Looks like :helpgrep does not take 'ignorecase' setting into > account. Is this by design ? > > :set ignorecase > :helpgrep bufwrite > E480: No match: bufwrite > :helpgrep \cbufwrite > ... now it finds matches ... 'ignorecase' is global, making it very unclear why someone sets it.
I always have 'ignorecase' on. Why ? Because 99.5% of my searches are ignorecase. I estimate that I need case-sensitive searches less than 0.5% of my searches. I do have one-key mapping that sets/toggles 'noic'; but I estimate that I use it less than once a week. Am I, like, alone in the Universe to use/have 'set ignorecase' by default ? Yakov