Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Jan 10, 2022
1 parent 9fb080a commit 9d2ae07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/blamer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ function! blamer#GetMessages(file, line_number, line_count) abort
let l:file_path_escaped = shellescape(a:file)
silent! execute 'write' fnameescape(s:buffer)
let l:command = 'git -C ' . l:dir_path . ' --no-pager blame --line-porcelain -L ' . a:line_number . ',' . l:end_line . ' --contents ' . s:buffer . ' -- ' . l:file_path_escaped
echo l:command
let l:result = system(l:command)
let l:lines = split(l:result, '\n')

Expand Down

0 comments on commit 9d2ae07

Please sign in to comment.