From ae19475ebca508f870938e8ad6776dc4b28e03f8 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 8 Oct 2015 21:40:30 +0100 Subject: [PATCH] Use vim after/ftplugin/c.vim to support '///' doxygen comments --- after/ftplugin/c.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/ftplugin/c.vim diff --git a/after/ftplugin/c.vim b/after/ftplugin/c.vim new file mode 100644 index 0000000..f46edaf --- /dev/null +++ b/after/ftplugin/c.vim @@ -0,0 +1,2 @@ +" Set 'comments' to format dashed lists in comments. +setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://