> I haven't had a chance to look at if_ruby.c starting > herehttp://code.google.com/p/vim/source/browse/src/if_ruby.c#412
Who maintains if_ruby.c and how do we get that person feedback? >From a brief look, I'll bet the root of this issue that http://code.google.com/p/vim/source/browse/src/if_ruby.c#310 contains pointers to functions no longer exported by the ruby dll and http://code.google.com/p/vim/source/browse/src/if_ruby.c#429 unloads the ruby dll thereby making it look like the dll was never found. Also, updating if_ruby.c to abstract the dll loading api as done in http://code.google.com/p/vim/source/browse/src/if_lua.c#45 would be a good thing. Jon -- 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
