specky/ftplugin/rspec.vim
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 20 Aug 2012 16:14:43 -0700
branchvim-stuff
changeset 24 38db5185d698
parent 6 31d00503e038
permissions -rwxr-xr-x
Don't forget to super() so the failures are emitted after the spec run.

if exists("b:did_ftplugin")
    finish
endif

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