coffeescript-support/ftplugin/jasmine.vim
Christopher H. Laco 5191a7336a Moved functions to autoload
Added functions/settings for template/snippets directory
Now uses templates for new Spec/SpecHelper.js files
2011-02-02 00:17:20 -05:00

8 lines
104 B
VimL

if exists("b:did_ftplugin") || &cp
finish
endif
let b:did_ftplugin = 1
call jasmine#load_snippets()