Skip to content

Commit

Permalink
Better filename resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Mar 25, 2013
1 parent 948a0fb commit 60ce94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gitgutter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 60ce94c

Please sign in to comment.