commit 2ed42806b6ef9116536019401e372fa22bcf8b99 (tree)
parent dc63e2d8906aed297fc8ba72c8c76b68bb5799c4
Author: Tim Pope <code@tpope.net>
Date: Wed, 13 Jan 2010 17:38:07 -0500
Remove debugging statement
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
@@ -1213,7 +1213,6 @@ function! s:BufReadIndex()
else
let indexspec = 'GIT_INDEX_FILE='.s:shellesc(expand('%')).' '
endif
- let g:indexspec = indexspec
if b:fugitive_display_format
call s:ReplaceCmd(indexspec.s:repo().git_command('ls-files','--stage'))
set ft=git nospell