Re: highlight the cursorline

2006-07-11 Thread Michael Naumann
On Tuesday 11 July 2006 23:26, Raphael Brunner wrote: Dear Users, is there a possibility to highlight the whole line where the cursor is? the idea is, I could better see the whole line in a special file. Thanks for all your help. Raphael If you have vim7 you can try :set cul HTH,

Re: s?

2006-06-30 Thread Michael Naumann
On Friday 30 June 2006 15:16, Wim R. Crols wrote: Peter Slizik wrote: Not really a request for help, but I was wondering if you guys ever use the 's' command. It's just a shortcut for 'cl', which I almost never need. Since I don't assume it was put in to be complete or something, I'm

Re: How to replace CR with LF

2006-06-26 Thread Michael Naumann
Yes there is, strange as it may seem: s/\r/\r/ does it HTH, Michael On Monday 26 June 2006 23:20, Steve Baldwin wrote: Thanks all. That worked very nicely. I'm curious though - is there any way to substitute CR with LF using regexp's? Thanks, Steve -Original Message-

Re: highlighting tabbed text

2006-05-01 Thread Michael Naumann
On Monday 01 May 2006 07:04, Gerald Lai wrote: On Mon, 1 May 2006, Michael Naumann wrote: Is there a way to highlight a sequence of non-tabs followed by a sequence of tabs (/^[^\t]\+\t\+/) differently from the next such sequence? For example in the line a\tb\t\tc\td I want a\t