Make :GitDiff vim command disable list

This commit is contained in:
Talia 2023-10-24 16:45:58 +02:00
parent ed3f9a26ec
commit 67477adc1b
1 changed files with 1 additions and 1 deletions

View File

@ -271,6 +271,6 @@ command! ShowGitRoot try
\| echo <sid>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