roxma / vim-tmux-clipboard

seamless integration for vim and tmux's clipboard
MIT License
290 stars 24 forks source link

Fix tmux loadb hang on NetBSD #22

Open kflu opened 1 year ago

kflu commented 1 year ago

This plugin is causing vim to hang everytime yy or dd or similar is invoked on NetBSD. Underlying is a vim bug.

This change is to workaround that. It should also work on all other platforms as well.

roxma commented 1 year ago

Hi, @kflu Since this change to workaround a vim bug, please add comment in the source code to describe why cat | is necessary.