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 8fdf7a5357
commit ae19475ebc

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:*/,:///,://