mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
Syntax fix
This commit is contained in:
@@ -1527,9 +1527,9 @@ function! s:BlameJump(suffix) abort
|
||||
execute lnum
|
||||
let delta = line('.') - line('w0') - offset
|
||||
if delta > 0
|
||||
execute 'norm! 'delta."\<C-E>"
|
||||
execute 'normal! '.delta."\<C-E>"
|
||||
elseif delta < 0
|
||||
execute 'norm! '(-delta)."\<C-Y>"
|
||||
execute 'normal! '.(-delta)."\<C-Y>"
|
||||
endif
|
||||
syncbind
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user