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 an Err value: WinAPI Error(1418)', src\libcore\result.rs:859 note: Run with RUST_BACKTRACE=1 for 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.
I used this plugin in
NeoVim, when I did the exchange viacxiw, I got the error information shown below:I tried to add one line in the source code, or comment one
call s:restore_reg(), then, the error is gone.In another hand, I try the same action in
VIM, there is no error happened.