From 8db30717158cc48b875a0d4a5452ad80d1f0a697 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 24 Mar 2013 19:02:23 -0700 Subject: [PATCH] Comment out C comments -- the setting interferes with my comments plugin --- 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