You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not implemented, but is possible to implement. Basically, in miniyank#startput, go through the pastelist and filter out items with the right register name. We can do this if v:register is not an unnamable register (or better yet, add v:regname in nvim and use it...).
On Fri, Jun 30, 2017 at 10:22 AM, Björn Linse ***@***.***> wrote:
It is not implemented, but is possible to implement. Basically, in
miniyank#startput, go through the pastelist and filter out items with the
right register name. We can do this if v:register is not an unnamable
register (or better yet, add v:regname in nvim and use it...).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGBkZiBy7Qz2lYUSz2GfgG_p-UHmDy4jks5sJRKtgaJpZM4OJzSz>
.
As a default history cycles through all register yanks, how to cycle only history from a particular register, for example 0.
The text was updated successfully, but these errors were encountered: