> I have a need to use '/' to find something in a file, but I wish it to
> ignore case.
>
> So say I'm looking for 'foo' then I want to find all instances for 'foo'
> and 'FOO'
>


Use "\c" (for instance "/\cfoo"). If you want this behavior most of the time 
you could set the 'ignorecase' option.

By the way, "\C" works oppositite to "\c".

-- 
Stefan

Reply via email to