cazador481 / fakeclip.neovim

28 stars 1 forks source link

use load-buffer instead of set-buffer for tmux #2

Closed Mizuchi closed 8 years ago

Mizuchi commented 8 years ago

Tested in tmux 1.8 and 2.1, set-buffer doesn't work since it only accept data from arguments instead of stdin. This diff uses load-buffer and it works.