From 224a6348f99167c9d72b5922686d388ae872ff7e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 28 May 2020 11:09:19 +0200 Subject: Update --- indent/ocaml.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indent/ocaml.vim') diff --git a/indent/ocaml.vim b/indent/ocaml.vim index a38e4e95..5297b34c 100644 --- a/indent/ocaml.vim +++ b/indent/ocaml.vim @@ -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 -- cgit v1.2.3