coffeescript-support/ftplugin/jasmine.vim
Christopher H. Laco c55a704cbd Initial import
2011-01-30 22:13:44 -05:00

12 lines
216 B
VimL

if exists("b:did_ftplugin")
finish
endif
if !exists("g:loaded_jasmine_snippets")
call ExtractSnips("~/.vim/bundle/jasmine/snippets", "jasmine")
let g:loaded_jasmine_snippets = 1
endif
let b:did_ftplugin = 1