What version of the YankRing are you using?
:echo g:loaded_yankring

Also, what version of Vim are you using, I am most concerned with the patch
numbers.
:ver

Can you give me a line of text, and the macro you recorded.
I don't see the problem when I record a macro with dt" with version 17.0.

I am using 7.3.758.

Thanks,
David


On Sun, Apr 28, 2013 at 7:29 PM, AK <[email protected]> wrote:

> Hi David, one issue I've run into with yankring is
> that if I make a recording using q command, it works
> fine as I record it, but once I try to play it back,
> it gets stuck on a command like dt" and yankring asks
> for a character.
>
> I use Vim 7.3.
>
> Is there a workaround for this?
>
> Thanks, -ak
>
>
>
> On 04/28/2013 07:20 PM, David Fishburn wrote:
>
>> YankRing.vim : Maintains a history of previous yanks, changes and deletes
>> http://www.vim.org/scripts/**script.php?script_id=1234<http://www.vim.org/scripts/script.php?script_id=1234>
>>
>> What does it do?
>>
>> Inspired by the Emacs kill ring.
>>
>> Allows you to retrieve previous yanks, deletes and changed text and
>> cycle through them choosing which item you need.  It also works across
>> Vim instances so they all see the same history.  Useful for sharing
>> text across instances, including when using Screen in *nix.
>>
>> For a more descriptive write up, please see the web page.
>>
>> Thanks for everyone's feedback so far.
>> If you do try the plugin and find things that bother you, please send
>> me an email.
>>
>>
>> What is new?
>>
>> NF: The yankring_history_dir option can now take a comma separated list.
>>   First valid directory found will be used (Alex Bel).
>>
>> NF: YankRing can now monitor inserted text and place it in the ring.
>> This is disabled by default, but can be enabled either through the
>> YankRing window or via your .vimrc using the new option:
>>      g:yankring_record_insert = 1 (Alexandre Viau).
>>
>> BF: When g:yankring_persist = 0, the YankRing was still reading and
>> writing to the yankring file (Vladimir Marek).
>>
>> BF: The YankRing menu entry, "Replace with Next", was performing the
>> "Replace with Previous" action (Thilo Six).
>>
>>
>> As usual, feedback good and bad is always welcome.
>>
>> Enjoy.
>> David
>>
>> --
>> --
>> You received this message from the "vim_use" maillist.
>> Do not top-post! Type your reply below the text you are replying to.
>> For more information, visit 
>> http://www.vim.org/maillist.**php<http://www.vim.org/maillist.php>
>>
>> ---
>> You received this message because you are subscribed to the Google
>> Groups "vim_use" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email to 
>> vim_use+unsubscribe@**googlegroups.com<vim_use%[email protected]>
>> .
>> For more options, visit 
>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>> .
>>
>>
>>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit 
> http://www.vim.org/maillist.**php<http://www.vim.org/maillist.php>
>
> --- You received this message because you are subscribed to the Google
> Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> vim_use+unsubscribe@**googlegroups.com<vim_use%[email protected]>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to