Use my own fork of rspec.vim to properly detect spec file

This commit is contained in:
Adam Stankiewicz
2013-09-17 02:43:05 +02:00
parent fc0b11afe1
commit 9d92f10375
4 changed files with 35 additions and 22 deletions

2
after/ftdetect/rspec.vim Normal file
View File

@@ -0,0 +1,2 @@
autocmd BufReadPost,BufNewFile *_spec.rb set syntax=rspec
autocmd BufReadPost,BufNewFile *_spec.rb setlocal commentstring=#\ %s