[Vimpulse] Bug with yE
Tim Harper
timcharper at gmail.com
Thu Jul 29 15:58:08 CEST 2010
On Wed, Jul 28, 2010 at 11:33 AM, Tim Harper <timcharper at gmail.com> wrote:
> On Wed, Jul 28, 2010 at 11:31 AM, Tim Harper <timcharper at gmail.com> wrote:
>> On Wed, Jul 28, 2010 at 11:12 AM, Stephen Bach <sjbach at sjbach.com> wrote:
>>> Hi,
>>>
>>> In the line below, try doing yE with the cursor on the + sign and then
>>> pasting somewhere:
>>>
>>> +foo bar
>>>
>>> Vimpulse should only grab +foo, but it grabs bar as well. If you remove
>>> the +, it grabs only foo as expected.
>>>
>> Which version of vimpulse are you using? (from git?)
>>
>> I'm unable to reproduce your issue with the latest version in git.
>>
>
> Nevermind, I see it now. The + sign is important to reproduce the bug
> :) I can confirm this issue with revision
> 08394a0c545b767b4e724c50e84bb2c35a2dcd61
>
> Tim
>
The problem is vimpulse-end-of-Word is receiving an arg of '(nil .
114). The 114 is causing the behavior. If you force it to nil, it
doesn't happen.
Still researching...
More information about the implementations-list
mailing list