On Fri, Oct 28, 2011 at 6:07 AM, Anand Hariharan <[email protected]> wrote: > Am using 7.3 with patches 1-46 32 bit Windows Big GUI version with OLE > support downloaded from vim.org. I also have smartcase and ignorecase > both set.
>From :help :vimgrep -- > 'ignorecase' applies. To overrule it put |/\c| in the > pattern to ignore case or |/\C| to match case. > 'smartcase' is not used. Try :vimgrep /\C\(CComBSTR(\)\@<!L"[^"]\+"/ C:\MyFolder\**\*.cpp instead. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
