]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: disable fugitive deprecated commands
[dotfiles.git] / vim / vimrc
index 402a980c53622bf26131bbc8c3f93e2e5135aac7..a0bea2ad4632b42f6ba7f42b4dbdcfca49ac8597 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -239,7 +239,9 @@ Plug 'tpope/vim-abolish'
 Plug 'tpope/vim-characterize'
 " Plug 'tpope/vim-endwise' " TODO: delete?
 Plug 'tpope/vim-eunuch'
-Plug 'tpope/vim-fugitive'
+Plug 'tpope/vim-fugitive'  " {{{2
+let g:fugitive_legacy_commands = v:false
+"}}}
 Plug 'tpope/vim-repeat'
 Plug 'tpope/vim-scriptease'
 Plug 'tpope/vim-speeddating'