Referring to
this:
http://vim.1045645.n5.nabble.com/Is-vim-7-3-ready-for-compiling-with-ruby-1-9-2-support-td4410535.html
I was working on a little plugin for Vim in Ruby and I had compiled my Vim
with Ruby 1.9.2. I ran into the exact same error he did (and a google
search leads me to believe that this error happens to everybody who tries
this). My minimal example is as follows (and is different from his):
gem install clippy
:ruby require 'clippy'
:ruby Clippy.copy("foo")
results in NoMethodError: undefined method `flush' for
#<Object:0x00000002d35f45>
I have no idea what exactly causes this, but it doesn't happen outside of
Vim. Is this issue known and perhaps being worked on? That other thread was
abandoned in June with no conclusion.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php