On 8/4/06, Lev Lvovsky <[EMAIL PROTECTED]> wrote:
On Aug 4, 2006, at 10:56 AM, Tim Chase wrote: > It doesn't exist exactly as you describe. You can highlight all > hits of the thing actually searched for (":set hls"), and you can > highlight the current word incrementally as you type the search > (":set incsearch"), but I don't think there's any native method by > which it will highlight all hits incrementally. cool - just tried the method you suggested, seems to be a good approximation of the functionality (it doesn't highlight the rest of them until -enter-).
Lev, Vim is extensible. It is possible to write the functionaliy you mentioned in approximately 20-100 lines of vimscript. Yakov