--- Meino Christian Cramer <[EMAIL PROTECTED]> wrote: > Write a ruby script (not related to vim itsself) in vim, then > evetually save the script to a file, execute the script with ruby > interpreter while getting the output (stdout + stderr) into another > vim buffer, fix the bugs in the script, save the script eventually > and so forth...
:h quickfix This effectively evaluates your program, and informs you of any errors. However, you might find the following post of use. I sent this to the vim-ruby mailing list: http://rubyforge.org/pipermail/vim-ruby-devel/2006q1/000459.html It explains some useful evaluative techniques that I use. -- Thomas Adam ___________________________________________________________ Yahoo! Photos NEW, now offering a quality print service from just 7p a photo http://uk.photos.yahoo.com
