ap wrote: > > > On Feb 7, 1:19 pm, Andy Wokula <[EMAIL PROTECTED]> wrote: > >>Related (?): >> >> > > > Yes, it's the same problem. > > -ap > > >
This one as well. They all work as expected in the patched version. Subject:odd behaviour with '\zs' and multiline matches ===================== A. Politz wrote: >> ---buffer--- >> abcdefg >> 1234567 >> ------------ >> >> + >> >> :1s/g\n\zs1// >> >> = >> >> ---buffer--- >> 234567 >> ------------ >> >> >> Is it supposed to be this way ? I don't think so. >> Or maybe someone will enlighten me. Yes, that looks like a bug. Try :s/defg\n1\zs2// and only the "a" is kept. One more for the todo list... ====================== -ap --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
