-
-
Notifications
You must be signed in to change notification settings - Fork 575
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
CTRL+V sometimes paste whole line instead what's in the clipboard #336
Comments
what you mean by buffer, a clipboard? I cannot reproduce I've copied type |
yes, clipboard. first you need to use set_command('test') then press ctrl - v - it will output not what is stored in clipboard, but what was printed with set_command. |
strange , i just tested on the link you provided. maybe it's not set_command()... but when you focus on command line with mouse click and press ctrl-v, sometimes it pastes clipboard result,but some times it pastes whole command string from the start. |
can you tell me exact steps to reproduce the issue? and do you have red prompt when you press CTRL+V on that vintage demo? |
i do not have red promt. i must apologize about set_command... it was problem on my side. But sometimes ctrl-v clones whole command instead of pasting what's in clipboard. But it happens when performing quick ctrl+v. So maybe it's not that critical. |
Ok, I've got it after focusing and pasting few times I got whole line will try to fix the issue. |
There was some race condition, should be working now in devel branch. |
Released in version 1.8.0 |
Expected behavior
output what is in buffer
Actual behavior
outputs again set_command string
Steps to reproduce
set_command('test') . ctrl-v will output "test" instead of what is in buffer
Browser and OS
chrome/ffox
The text was updated successfully, but these errors were encountered: