commit 04fe4bfcd93574968547f786f71d7a349b3f2efe (tree)
parent 7423d72b519ac67e3bf43f1a459a33b16bc07fb5
Author: Tim Pope <code@tpope.net>
Date: Wed, 23 Jul 2014 17:55:15 -0400
Set nobuflisted in blame buffers
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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('<afile>:p'))].args |
\ call fugitive#detect(expand('<afile>:p')) |
- \ setlocal bufhidden=delete |
+ \ setlocal bufhidden=delete nobuflisted |
\ nnoremap <buffer> <silent> q :<C-U>bdelete<CR>|
\ endif
augroup END