Re: hlsearch question

2007-01-24 Thread Albie Janse van Rensburg
A.J.Mechelynck wrote: Albie Janse van Rensburg wrote: [...] Why do you have anything in your search register upon vim startup anyway? Because the viminfo file remembers (among others) the search history. Best regards, Tony. Thanks. I didn't realize that. -- Albie Janse van Rensburg (neo

Re: hlsearch question

2007-01-24 Thread A.J.Mechelynck
Albie Janse van Rensburg wrote: [...] Why do you have anything in your search register upon vim startup anyway? Because the viminfo file remembers (among others) the search history. Best regards, Tony.

Re: hlsearch question

2007-01-24 Thread Albie Janse van Rensburg
Ralf Schmitt wrote: Thanks for your quick answer! Indeed, I mixed up command and option. So now I have these entires in my .vimrc now " enable highlighted search featue set hlsearch " disable highlighted search on startup :nohlsearch But this does not work either. My main goal is, that I don

Re: hlsearch question

2007-01-24 Thread A.J.Mechelynck
:Ralf Schmitt wrote: Thanks for your quick answer! Indeed, I mixed up command and option. So now I have these entires in my .vimrc now " enable highlighted search featue set hlsearch " disable highlighted search on startup :nohlsearch But this does not work either. My main goal is, that I do

Re: hlsearch question

2007-01-24 Thread Ralf Schmitt
Thanks for your quick answer! Indeed, I mixed up command and option. So now I have these entires in my .vimrc now " enable highlighted search featue set hlsearch " disable highlighted search on startup :nohlsearch But this does not work either. My main goal is, that I don't want to see 'old' s

Re: hlsearch question

2007-01-24 Thread DervishD
Hi Ralf :) * Ralf Schmitt <[EMAIL PROTECTED]> dixit: > I'm a bit confused about the hlsearch feature of v7. > In my .vimrc I set "set nohlsearch" to disable highlighting > of search results on startup. This way, you've effectively turned off search highlighting, no matter of ":nohl" comm

Re: hlsearch question

2007-01-24 Thread A.J.Mechelynck
Ralf Schmitt wrote: Hi all, I'm a bit confused about the hlsearch feature of v7. In my .vimrc I set "set nohlsearch" to disable highlighting of search results on startup. :help nohlsearch says Stop the highlighting for the 'hlsearch' option. It is automatically turned back on when using a sea

hlsearch question

2007-01-23 Thread Ralf Schmitt
Hi all, I'm a bit confused about the hlsearch feature of v7. In my .vimrc I set "set nohlsearch" to disable highlighting of search results on startup. :help nohlsearch says Stop the highlighting for the 'hlsearch' option. It is automatically turned back on when using a search command, or setti