-
Notifications
You must be signed in to change notification settings - Fork 21
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
p<c-p> in Neovim #109
Comments
After some more digging, I found a very odd behavior that might shed some light on the issue. I was curious as to why I only got the message on the second press of <c-p>, so I started hitting it once and then pressing 'p' again. It appears that the first press of <c-p> (and <c-n>) is behaving as [y and ]y are supposed to act (if mapped, which mine aren't). Why this is happening and why it is only happening on the first press is a mystery to me, but I hope that might shed some light on the issue. Thanks again for all your help and for this great plugin. |
Hi, I'm having the same problem. Although I am using vim not neovim. My vimrc file:
Also, another weird behaivour, that might not be related. If you do Example File:
Commands executed (cursor starts in first line):
File after commands with vim outputs:
|
Setting |
That turns of the feature completely for me. |
I am having the same exact issue. I cannot toggle through my yanks. I'm having the same behavior as described by the OP's first post here. I'm using vim 8. |
Same here, yank cycling doesn't work at all. Vim 8. |
It doesn't work on my NeoVim too. |
I just want to report that I've switched branches from the master branch to the YankRingStyleSwap branch. Everything seems to be working perfectly for me on Vim8 using this branch, including yank cycling. |
That branch is last updated in 2013, you could checkout an early commit in master branch and it should work too. I'm pretty sure the problem didn't exist few month ago. |
Thanks for the heads up. I'm testing the YankRingStyleSwap branch right now, and it's working perfectly. If it starts giving me problems I'll give your suggestion a try. Thanks |
I'm also having this problem on neovim |
I'll take a look at this when I upgrade to neovim next month, but if anyone wants to help in the meantime that would be great |
I can confirm this problem still exists; the YankRingStyleSwap branch doesn't really work well any more (it causes extra text to be pasted from time to time). |
Ok I finally migrated to neovim. As stated now at the top of the readme, easyclip is being split up into three new plugins that target Vim 8 / Neovim, including one with the yank swapping functionality working again (nvim-yoink) |
It would be nice to emphasize that (the plugins splits) even more on the readme imo. I had the same problem as in the issue, and spent some time trying different options in my vimrc until I found this. |
I had a similar issue approximately two years ago and you were able to help me. I have since switched to neovim and the (almost identical) issue has recurred, but the previous solution isn't working.
Basically, after I paste text, I hit <c-p> and nothing happens. If I type <c-p> again, I get the message, "last action was not paste, swap ignored." I have tried removing all plugins except vim-easyclip (and also all but vim-easyclip and vim-repeat) and the same thing happens. I have tried it in vim (with all plugins enabled) and it still works, so I can only assume that it is a Neovim issue. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: