]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: don't let tcomment guess filetypes
[dotfiles.git] / vim / vimrc
index d68f7b1efc098d3546e5b61b5743e5e9c1c17076..1a4f288b135af0c69cd695836893123b4469c1c7 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -36,6 +36,7 @@ Plugin 'sgeb/vim-diff-fold'
 Plugin 'shougo/unite.vim'
 Plugin 'shougo/vimproc.vim'
 Plugin 'sjl/gundo.vim'
 Plugin 'shougo/unite.vim'
 Plugin 'shougo/vimproc.vim'
 Plugin 'sjl/gundo.vim'
+Plugin 'thinca/vim-qfreplace'
 Plugin 'tomtom/tcomment_vim'
 Plugin 'tpope/vim-abolish'
 Plugin 'tpope/vim-endwise'
 Plugin 'tomtom/tcomment_vim'
 Plugin 'tpope/vim-abolish'
 Plugin 'tpope/vim-endwise'
@@ -601,6 +602,7 @@ let g:tagbar_iconchars = ['+', '-']
 
 " tcomments {{{2
 let g:tcomment_textobject_inlinecomment = 'gic'
 
 " tcomments {{{2
 let g:tcomment_textobject_inlinecomment = 'gic'
+let g:tcomment#filetype#guess = 0
 
 " ultisnips {{{2
 let g:UltiSnipsEditSplit = 'vertical'
 
 " ultisnips {{{2
 let g:UltiSnipsEditSplit = 'vertical'