summaryrefslogtreecommitdiffstats
path: root/ftplugin/oasis.vim
blob: 7c5771db308e5e59e55bf37df42ad562c16c682f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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<"