From: Samir Benmendil Date: Tue, 14 Aug 2018 10:16:49 +0000 (+0100) Subject: vim: update tcomment configuration X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b360fff2dfb7b570c821df7513f1d01a7f50dced vim: update tcomment configuration --- 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'