Fix accidental :execute 0

This commit is contained in:
Tim Pope
2021-12-07 09:54:16 -05:00
parent 79c2b3f48d
commit c04e80c6eb

View File

@@ -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