Re: feature request: \s in [] in regexp

2006-06-18 Thread A.J.Mechelynck
Yakov Lerner wrote: On 6/18/06, Mikolaj Machowski <[EMAIL PROTECTED]> wrote: Dnia niedziela, 18 czerwca 2006 12:00, Yakov Lerner napisał: > vim unserstands \t and \n in [] in regexp (as tab and as newline). > > But \s is not treated as blanks in []. Can you please add > treatment of \s as blanks

Re: feature request: \s in [] in regexp

2006-06-18 Thread Yakov Lerner
On 6/18/06, Mikolaj Machowski <[EMAIL PROTECTED]> wrote: Dnia niedziela, 18 czerwca 2006 12:00, Yakov Lerner napisał: > vim unserstands \t and \n in [] in regexp (as tab and as newline). > > But \s is not treated as blanks in []. Can you please add > treatment of \s as blanks in [] in regexp. I m

Re: feature request: \s in [] in regexp

2006-06-18 Thread Mikolaj Machowski
Dnia niedziela, 18 czerwca 2006 12:00, Yakov Lerner napisał: > vim unserstands \t and \n in [] in regexp (as tab and as newline). > > But \s is not treated as blanks in []. Can you please add > treatment of \s as blanks in [] in regexp. I mean, \s is sort of > space and Tab, no more complex than th

feature request: \s in [] in regexp

2006-06-18 Thread Yakov Lerner
vim unserstands \t and \n in [] in regexp (as tab and as newline). But \s is not treated as blanks in []. Can you please add treatment of \s as blanks in [] in regexp. I mean, \s is sort of space and Tab, no more complex than that, no ? Thanks Yakov