mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 14:53:51 -05:00
Remove debugging statement
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user