Comment 7 for bug 219546

Revision history for this message
mjwall (mjwall) wrote :

Here is what I did to reproduce

1) sudo apt-get install ruby-full
2) sudo gem install rails
3) vim-addons install vim-rails
4) rails sample_project
5) cd sample_project
6) gvim app/controllers/application.rb
7) in command mode in gvim, :RTjavascript <tab> (Pick something like application for application.js. Sometimes works, should open another tab)
8) make a file in public/stylesheets. Call it anything, like rails.css.
9) in command mode again, :RTstylesheet r<tab> (Always crashes by now)

I agree, it does appear to be fixed in unstable debian