diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-28 11:09:19 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-28 11:09:19 +0200 |
commit | 224a6348f99167c9d72b5922686d388ae872ff7e (patch) | |
tree | 328383c5ca7e8fa59a47ba5bb0709676c3964677 /indent/ocaml.vim | |
parent | 00c3f0294575a91524c3f3b6cba37839716b48a2 (diff) | |
download | vim-polyglot-224a6348f99167c9d72b5922686d388ae872ff7e.tar.gz vim-polyglot-224a6348f99167c9d72b5922686d388ae872ff7e.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | indent/ocaml.vim | 3 |
1 files changed, 2 insertions, 1 deletions
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 |