From db444ef533b56cad23cd3a06f6b3f3c4ab59ce7e Mon Sep 17 00:00:00 2001 From: Will Pragnell Date: Sun, 31 Mar 2013 16:45:50 +0100 Subject: [PATCH] set commentstring to "//" --- ftplugin/reprocessed.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/reprocessed.vim b/ftplugin/reprocessed.vim index ae0cb47..0469d30 100755 --- a/ftplugin/reprocessed.vim +++ b/ftplugin/reprocessed.vim @@ -8,6 +8,7 @@ setlocal cindent setlocal cinkeys-=0# setlocal formatoptions-=t formatoptions+=croql setlocal suffixesadd=.pde +setlocal commentstring=//\ %s let b:undo_ftplugin = "set cin< cink< fo< sua< et< sw< ts<"