From 224a6348f99167c9d72b5922686d388ae872ff7e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 28 May 2020 11:09:19 +0200 Subject: Update --- ftplugin/ocaml.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ftplugin/ocaml.vim') diff --git a/ftplugin/ocaml.vim b/ftplugin/ocaml.vim index 31694cfe..c9b88e1b 100644 --- a/ftplugin/ocaml.vim +++ b/ftplugin/ocaml.vim @@ -40,7 +40,8 @@ let s:cposet=&cpoptions set cpo&vim " Comment string -setlocal comments= +setlocal comments=sr:(*\ ,mb:\ ,ex:*) +setlocal comments^=sr:(**,mb:\ \ ,ex:*) setlocal commentstring=(*%s*) " Add mappings, unless the user didn't want this. -- cgit v1.2.3