[Qt-creator] [Patch] fakevim: Implement 'repeat last search' ('//')

Piotr Rak piotr.rak at gmail.com
Mon Mar 23 08:02:41 CET 2009


2009/3/23 Piotr Rak <piotr.rak at gmail.com>:
> Hi,
>
> I've played bit with fakevim and implemented '//' command.
> I am also wondering how to deal with *unhighlighting* current match.
> This also contains fix for clearing error message before user will
> see it, for search case.
> Only way I know in vim is:
>
> :let @/=''
>
> Do we want basic :let support then?
>
> Cheers, Piotr
>

Some fixes/additions to previous patch. (Adds support for search backward '??',
makes '//' search forward as it should in first place).

Piotr



More information about the Qt-creator-old mailing list