summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 18:07:01 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 18:16:15 -0400
commit8ba4221236b600df56c99e13bf29c3ace6accc8d (patch)
tree11bc669392205a11ba02c33fc1899d520493df31 /vimrc
parent911c25f9ff8d750e4ee952c96a1cb670faa4585f (diff)
downloadconf-8ba4221236b600df56c99e13bf29c3ace6accc8d.tar.gz
conf-8ba4221236b600df56c99e13bf29c3ace6accc8d.zip
use proper comments for xs
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index ef4f569..600b417 100644
--- a/vimrc
+++ b/vimrc
@@ -618,6 +618,7 @@ runtime macros/matchit.vim
nmap ;x gcc
xmap ;x gc
let g:tcommentBlankLines = 0
+let g:tcomment_types = { 'xs': '/* %s */' }
" }}}
" Rainbow {{{
let g:rainbow = 1