mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
8 lines
125 B
VimL
8 lines
125 B
VimL
if !polyglot#util#IsEnabled('ocaml', expand('<sfile>:p'))
|
|
finish
|
|
endif
|
|
|
|
|
|
setlocal comments=:#
|
|
setlocal commentstring=#\ %s
|