Skip to content

Commit 8d6c8e0

Browse files
committed
fix: add missing commentstring option
1 parent 6bc2654 commit 8d6c8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ftplugin/cs.vim

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ setlocal formatoptions-=t formatoptions+=croql
2020

2121
" Set 'comments' to format dashed lists in comments.
2222
setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
23+
setlocal commentstring=//\ %s
2324

2425
setlocal cinoptions=J1
2526

0 commit comments

Comments
 (0)