7 lines
70 B
VimL
7 lines
70 B
VimL
if exists("g:loaded_jasmine")
|
|
finish
|
|
endif
|
|
|
|
let g:loaded_jasmine=1
|
|
|