Andrew Long schrieb:
> On 1 Nov 2008, at 23:16, David Liang wrote:
>
>> I'm using Vim 7.1-138 and the [tTfF] motions are not working at all
>> with YankRing. All the yankring variables are at the defaults.
>> Example from the tutorial:
>>
> I had the same problem. I upgraded my cygwin installation, which got
> me a new version of Vim (7.2), and it all worked perfectly.
>
> Regards, Andy
Yankring silently disables the [tTfF] motions for Vim versions prior to
7.1.205. The check is
:echo v:version > 701 || ( v:version == 701 && has("patch205") )
or
:echo exists("v:operator")
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---