Remove debugging statement
This commit is contained in:
parent
dc63e2d890
commit
2ed42806b6
@ -1213,7 +1213,6 @@ function! s:BufReadIndex()
|
|||||||
else
|
else
|
||||||
let indexspec = 'GIT_INDEX_FILE='.s:shellesc(expand('%')).' '
|
let indexspec = 'GIT_INDEX_FILE='.s:shellesc(expand('%')).' '
|
||||||
endif
|
endif
|
||||||
let g:indexspec = indexspec
|
|
||||||
if b:fugitive_display_format
|
if b:fugitive_display_format
|
||||||
call s:ReplaceCmd(indexspec.s:repo().git_command('ls-files','--stage'))
|
call s:ReplaceCmd(indexspec.s:repo().git_command('ls-files','--stage'))
|
||||||
set ft=git nospell
|
set ft=git nospell
|
||||||
|
Loading…
Reference in New Issue
Block a user