Reset colors for git show
This commit is contained in:
parent
f666048052
commit
c1f9d7cdb4
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -2057,7 +2057,7 @@ function! s:preview_commit()
|
|||
execute 'pedit' sha
|
||||
wincmd P
|
||||
setlocal filetype=git buftype=nofile nobuflisted modifiable
|
||||
execute 'silent read !cd' s:shellesc(g:plugs[name].dir) '&& git show --pretty=medium' sha
|
||||
execute 'silent read !cd' s:shellesc(g:plugs[name].dir) '&& git show --no-color --pretty=medium' sha
|
||||
normal! gg"_dd
|
||||
setlocal nomodifiable
|
||||
nnoremap <silent> <buffer> q :q<cr>
|
||||
|
|
Loading…
Reference in a new issue