Files
vim-polyglot/ftplugin/oasis.vim
2019-09-12 15:08:44 +02:00

8 lines
138 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1
setlocal comments=:#
setlocal commentstring=#\ %s
endif