diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 87f0f56..63ea32f 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -2622,7 +2622,7 @@ augroup fugitive_temp \ let b:git_type = 'temp' | \ let b:git_args = s:temp_files[tolower(expand(':p'))].args | \ call fugitive#detect(expand(':p')) | - \ setlocal bufhidden=delete | + \ setlocal bufhidden=delete nobuflisted | \ nnoremap q :bdelete| \ endif augroup END