mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Remove debug
This commit is contained in:
@@ -4852,7 +4852,6 @@ function! s:BlameCommit(cmd, ...) abort
|
||||
while search('^@@ \|^diff ') && getline('.') =~# '^@@ '
|
||||
let top = +matchstr(getline('.'),' ' . sigil .'\zs\d\+')
|
||||
let len = +matchstr(getline('.'),' ' . sigil . '\d\+,\zs\d\+')
|
||||
echo [sigil, top, len]
|
||||
if lnum >= top && lnum <= top + len
|
||||
let offset = lnum - top
|
||||
if &scrolloff
|
||||
|
||||
Reference in New Issue
Block a user