Make :GitDiff vim command disable list
This commit is contained in:
parent
ed3f9a26ec
commit
67477adc1b
1 changed files with 1 additions and 1 deletions
|
@ -271,6 +271,6 @@ command! ShowGitRoot try
|
||||||
\| echo <sid>gitroot()
|
\| echo <sid>gitroot()
|
||||||
\| catch | echo 'Not a git repository'
|
\| catch | echo 'Not a git repository'
|
||||||
\| endtry
|
\| 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
|
augroup END
|
||||||
|
|
Loading…
Reference in a new issue