From 53eb1a38a4fab237f5acb812907c37f225479297 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 7 Dec 2012 09:34:36 -0800 Subject: [PATCH] Fix C comments --- vim/after/ftplugin/c.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/ftplugin/c.vim b/vim/after/ftplugin/c.vim index c8c679d..b2b3404 100644 --- a/vim/after/ftplugin/c.vim +++ b/vim/after/ftplugin/c.vim @@ -11,6 +11,6 @@ endif " Do comments that look like this: " /* stuff and things " more stuff with things */ -setlocal comments="sO:* -,mO: ,exO:*/,sl:/*,mb: ,ex:*/" +"setlocal comments="sO:* -,mO: ,exO:*/,sl:/*,mb: ,ex:*/" setlocal cinoptions+=(0,Ws