From 04fe4bfcd93574968547f786f71d7a349b3f2efe Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 23 Jul 2014 17:55:15 -0400 Subject: [PATCH] Set nobuflisted in blame buffers --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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