-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I used this plugin in NeoVim, when I did the exchange via cxiw, I got the error information shown below:
clipboard: error invoking win32yank.exe: thread 'main' panicked at 'called
Result::unwrap()on anErrvalue: WinAPI Error(1418)', src\libcore\result.rs:859 note: Run withRUST_BACKTRACE=1for a backtrace.
I tried to add one line in the source code, or comment one call s:restore_reg(), then, the error is gone.
51 call s:restore_reg('*', reg_star)
52 sleep 100m
53 call s:restore_reg('+', reg_plus)
In another hand, I try the same action in VIM, there is no error happened.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels