Use vim after/ftplugin/c.vim to support '///' doxygen comments

This commit is contained in:
Kenneth Benzie 2015-10-08 21:40:30 +01:00
parent b66a1c4767
commit d07d95cfa7

2
after/ftplugin/c.vim Normal file
View File

@ -0,0 +1,2 @@
" Set 'comments' to format dashed lists in comments.
setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://