4f20bd0225
Rakefile for the current ft=jasmine buffer
10 lines
148 B
VimL
10 lines
148 B
VimL
if exists("b:did_ftplugin") || &cp
|
|
finish
|
|
endif
|
|
|
|
let b:did_ftplugin = 1
|
|
|
|
call jasmine#load_snippets()
|
|
|
|
command! Jasmine :call jasmine#run_tests()
|