From b360fff2dfb7b570c821df7513f1d01a7f50dced Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 14 Aug 2018 11:16:49 +0100 Subject: [PATCH] vim: update tcomment configuration --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 8a89f32..d68f7b1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -600,7 +600,7 @@ let g:tagbar_width = 25 let g:tagbar_iconchars = ['+', '-'] " tcomments {{{2 -let g:tcommentTextObjectInlineComment = 'gic' +let g:tcomment_textobject_inlinecomment = 'gic' " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' -- 2.48.1