blob: 93ac81d6dc9e65efd0860ccd3a6f90847adc773a (
plain) (
tree)
|
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'unison', 'ftplugin/unison.vim')
finish
endif
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
call unison#SetBufferDefaults()
|