mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -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')
|
call extend(b:, {'fugitive_type': 'temp'}, 'keep')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
return ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:TempReadPost(file) abort
|
function! s:TempReadPost(file) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user