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