This commit is contained in:
Adam Stankiewicz
2020-05-28 11:09:19 +02:00
parent 00c3f02945
commit 224a6348f9
10 changed files with 14 additions and 306 deletions

View File

@@ -32,7 +32,8 @@ setlocal nosmartindent
" Comment formatting
if !exists("no_ocaml_comments")
if (has("comments"))
setlocal comments=sr:(*,mb:*,ex:*)
setlocal comments=sr:(*\ ,mb:\ ,ex:*)
setlocal comments^=sr:(**,mb:\ \ ,ex:*)
setlocal fo=cqort
endif
endif