I added lemonade support.
Lemonade can transport the content of clipboard between remote and localhost. This is very useful. I want to use this from Vim.
However, lemonade is not a platform... hmm...
Or... should we make it more customizable like #14?
BTW, I tried to run tests, but they failed.
$ bundle install
$ rake test
...(snip)...
not ok 1 - fakeclip on Mac can read/write the clipboard
# SyntaxError: Invalid string - '''not on the platform'' | end'
...(snip)...
I added lemonade support. Lemonade can transport the content of clipboard between remote and localhost. This is very useful. I want to use this from Vim.
However, lemonade is not a platform... hmm...
Or... should we make it more customizable like #14?
BTW, I tried to run tests, but they failed.
Problem lines: https://github.com/kana/vim-fakeclip/blob/b02d8a9140d800f4a07af82fa31b6189bb3b66c6/t/clipboard-io.vim#L8-L10
:SKIP
command in vspec 1.6.1 does not have-bar
flag(dropped in this commit).