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