blob: 7c5771db308e5e59e55bf37df42ad562c16c682f (
plain) (
tree)
|
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'ocaml', 'ftplugin/oasis.vim')
finish
endif
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin=1
setlocal comments=:#
setlocal commentstring=#\ %s
let b:undo_ftplugin = "com< cms<"
|