Set nobuflisted in blame buffers

This commit is contained in:
Tim Pope
2014-07-23 17:55:15 -04:00
parent 7423d72b51
commit 04fe4bfcd9

View File

@@ -2622,7 +2622,7 @@ augroup fugitive_temp
\ let b:git_type = 'temp' | \ let b:git_type = 'temp' |
\ let b:git_args = s:temp_files[tolower(expand('<afile>:p'))].args | \ let b:git_args = s:temp_files[tolower(expand('<afile>:p'))].args |
\ call fugitive#detect(expand('<afile>:p')) | \ call fugitive#detect(expand('<afile>:p')) |
\ setlocal bufhidden=delete | \ setlocal bufhidden=delete nobuflisted |
\ nnoremap <buffer> <silent> q :<C-U>bdelete<CR>| \ nnoremap <buffer> <silent> q :<C-U>bdelete<CR>|
\ endif \ endif
augroup END augroup END