On Fri, Aug 30, 2013 at 4:55 AM, Davido <[email protected]> wrote:

> Hello,
>
> Yankring doesn't seem to manage the @: command, so I first tried this
> workaround :
>
> nnoremap @: :<c-r>:<cr>
>
> which works, but is not very elegant.
>
> Thanks for the report and the code.

I had already addressed this in the next release (18.0) with the following:

    if zapto !~ '\(\w\|@\|:\)'
        " Abort if the user does not specify a register
        call s:YRWarningMsg( "YR:No register specified, aborting macro" )
        return ""
    endif

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

--- 
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