From 3418483496608f0eb40ecd49842aa5f020429ef0 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 26 Oct 2018 17:17:05 +0100 Subject: [PATCH] vim: don't let tcomment guess filetypes It gets it wrong sometimes, confused between C and C++. --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 0161570..1a4f288 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -602,6 +602,7 @@ let g:tagbar_iconchars = ['+', '-'] " tcomments {{{2 let g:tcomment_textobject_inlinecomment = 'gic' +let g:tcomment#filetype#guess = 0 " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' -- 2.48.1