From 51e5406b56b7ad132f0c3bbf9a42bef96ec756ba Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 4 Oct 2015 19:07:39 -0700 Subject: [PATCH] [vim] Use the right commentstring for openscad files --- .vim/after/ftplugin/openscad.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/after/ftplugin/openscad.vim b/.vim/after/ftplugin/openscad.vim index 3191b65..6b79341 100644 --- a/.vim/after/ftplugin/openscad.vim +++ b/.vim/after/ftplugin/openscad.vim @@ -2,3 +2,4 @@ setlocal tabstop=2 setlocal softtabstop=2 setlocal shiftwidth=2 setlocal expandtab +setlocal commentstring=//\ %s