Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to cycle only history from register 0 #14

Open
yashamon opened this issue Jun 29, 2017 · 2 comments
Open

How to cycle only history from register 0 #14

yashamon opened this issue Jun 29, 2017 · 2 comments

Comments

@yashamon
Copy link

As a default history cycles through all register yanks, how to cycle only history from a particular register, for example 0.

@bfredl
Copy link
Owner

bfredl commented Jun 30, 2017

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

@yashamon
Copy link
Author

yashamon commented Jul 4, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants