From 798a78ee608d93952c501b40b65c5fc001f16b72 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 11 Mar 2022 08:37:08 +0000 Subject: [PATCH] vim: don't add whitespace in inline tcomments --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index ffc3a1d..59f9043 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -691,6 +691,7 @@ let g:tagbar_iconchars = ['+', '-'] " tcomments {{{2 let g:tcomment_textobject_inlinecomment = 'gic' let g:tcomment#filetype#guess = 0 +"let g:tcomment#options = {'whitespace' : 'no'} " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' -- 2.48.1