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

@@ -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.