mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
Fix accidental :execute 0
This commit is contained in:
@@ -3182,6 +3182,7 @@ function! s:TempReadPre(file) abort
|
||||
call extend(b:, {'fugitive_type': 'temp'}, 'keep')
|
||||
endif
|
||||
endif
|
||||
return ''
|
||||
endfunction
|
||||
|
||||
function! s:TempReadPost(file) abort
|
||||
|
||||
Reference in New Issue
Block a user