mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
Escape ! in :Gblame filename
This commit is contained in:
@@ -399,10 +399,8 @@ function! s:buffer_type(...) dict abort
|
||||
let type = 'directory'
|
||||
elseif self.spec() == ''
|
||||
let type = 'null'
|
||||
elseif filereadable(self.spec())
|
||||
let type = 'file'
|
||||
else
|
||||
let type = ''
|
||||
let type = 'file'
|
||||
endif
|
||||
if a:0
|
||||
return !empty(filter(copy(a:000),'v:val ==# type'))
|
||||
|
||||
Reference in New Issue
Block a user