mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Better filename resolution.
This commit is contained in:
@@ -398,7 +398,7 @@ endfunction
|
||||
function! GitGutterAll()
|
||||
let buffer_ids = g:gitgutter_on_bufenter ? s:visible_buffers() : s:buffers()
|
||||
for buffer_id in buffer_ids
|
||||
call GitGutter(fnamemodify(bufname(buffer_id), ':p'))
|
||||
call GitGutter(expand('#' . buffer_id . ':p'))
|
||||
endfor
|
||||
endfunction
|
||||
command GitGutterAll call GitGutterAll()
|
||||
|
||||
Reference in New Issue
Block a user