diff --git a/vim/plugin/git.vim b/vim/plugin/git.vim index 00303be..282c8b9 100644 --- a/vim/plugin/git.vim +++ b/vim/plugin/git.vim @@ -271,6 +271,6 @@ command! ShowGitRoot try \| echo gitroot() \| catch | echo 'Not a git repository' \| endtry -command! GitDiff diffthis | vert bel split | exec "silent GitPrev" | diffthis +command! GitDiff set nolist | diffthis | vert bel split | exec "silent GitPrev" | set nolist | diffthis augroup END