Someone calling himself fritzophrenic wrote:
> Simple test case: > > Launch Vim: > vim -N -u NONE > > Set options in question: > :set ignorecase smartcase > > Insert text with capitalized letters: > Some Text > > Create a visua area (and leave it): > VV > > Search using \%V to limit to visual area only: > /\%VSome Text > > Search matches, as expected. > > Search again, without capital letters: > /\%Vsome text > > No matches! > > It looks like smart case take effect when there are ANY capital > letters in a pattern, even when those capital letters are part of a > special search item. > > I think that smartcase should only take effect when there are capital > letters that are NOT part of a special search item. > > If this is not possible, it should be noted in the help text. Looks like a bug. Strange. I'll add it to the todo list. -- Why don't cannibals eat clowns? Because they taste funny. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
