specky/ftplugin/rspec.vim
branchvim-stuff
changeset 29 cc3094023778
parent 28 2b198f0a86fe
equal deleted inserted replaced
28:2b198f0a86fe 29:cc3094023778
     1 if exists("b:did_ftplugin")
       
     2     finish
       
     3 endif
       
     4 
       
     5 " Behave just like Ruby
       
     6 runtime! ftplugin/ruby.vim
       
     7