On 05/09/07, ap <[EMAIL PROTECTED]> wrote: > > > > + /* Clear the flag for a match at the starting position: it only makes > > + * sense for the very first search. Otherwise, in conjunction with > > + * the skip function, it can cause an early termination of the loop. */ > > + options &= !SEARCH_START; > I believe you ment > options &= ~SEARCH_START;
Definitely! Thanks! --Antony --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
