specky/ftplugin/rspec.vim
author Mahlon E. Smith <mahlon@martini.nu>
Fri, 24 Dec 2010 20:01:10 -0800
branchvim-stuff
changeset 21 cd1f3381c1ed
parent 6 31d00503e038
permissions -rwxr-xr-x
Emit file and line for failure source (use gF to jump straight to it!). Show context lines for exception source. Put spec summary run at the top of the screen. Small documentation fixes.

if exists("b:did_ftplugin")
    finish
endif

" Behave just like Ruby
runtime! ftplugin/ruby.vim