Hey Guys, I was thinking of invoking Ruby script within a vimscript. Is there a way to pass parameters directly into the Ruby script?
For example, I notice that the VIM::Buffers object has methods for accessing lines of text with the [] operator... .but nothing for accessing the selected range of text (ie: between '< and '>). Writing the parameters out to a file for reading by the Ruby script seems kinda kludgie... Any insight would be greatly appreciated. -- -- You received this message from the "vim_use" 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
