Don't require +xterm_clipboard option
valeriangalliat opened this issue · 2 comments
valeriangalliat commented
Hey,
I have the following error with vim-exchange with Vim on a server (not compiled with +xterm_clipboard
):
Error detected while processing function <SNR>96_exchange_set..<SNR>96_exchange_get:
line 34:
E354: Invalid register name: '*'
I quickly fixed it by removing all references to *
and +
registers, but there should maybe be a condition before using these registers?
tommcdo commented
Good call, thanks!
valeriangalliat commented
Fixed with the last commit, thank you!