kana / vim-fakeclip

Vim plugin: Provide pseudo "clipboard" registers
http://www.vim.org/scripts/script.php?script_id=2098
180 stars 37 forks source link

Add lemonade support #17

Closed thinca closed 7 years ago

thinca commented 8 years ago

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)...

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).

kana commented 7 years ago

I fixed the test script. Please rebase onto the latest master branch.

thinca commented 7 years ago

I updated the branch.