9 lines
179 B
VimL
9 lines
179 B
VimL
if exists('did_UltiSnips_snipmate_compatibility')
|
|
finish
|
|
endif
|
|
let did_UltiSnips_snipmate_compatibility = 1
|
|
|
|
if ! exists('g:snips_author')
|
|
let g:snips_author = "John Doe"
|
|
endif
|