Re: [BUG] E486: Pattern not found: . not highlighted As ErrorMsg in g/./ command

2006-05-10 Thread Nikolai Weibull
On 5/10/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Nikolai Weibull wrote: > Try the following in an empty buffer: > > :g/./ > > It will give you an > > E486: Pattern not found: . > > message, but it won't be highlighted as an ErrorMsg. This is only a message, not an error that aborts furt

Re: [BUG] E486: Pattern not found: . not highlighted As ErrorMsg in g/./ command

2006-05-10 Thread Bram Moolenaar
Nikolai Weibull wrote: > Try the following in an empty buffer: > > :g/./ > > It will give you an > > E486: Pattern not found: . > > message, but it won't be highlighted as an ErrorMsg. > > Executing > > /./ > > on the same buffer does give the error message with the correct highlighting. >

[BUG] E486: Pattern not found: . not highlighted As ErrorMsg in g/./ command

2006-05-10 Thread Nikolai Weibull
Try the following in an empty buffer: :g/./ It will give you an E486: Pattern not found: . message, but it won't be highlighted as an ErrorMsg. Executing /./ on the same buffer does give the error message with the correct highlighting. I'm running Vim 7 without any patches applied. n.o.w