parent
9dcdb8fda9
commit
b1e58456cf
@ -189,7 +189,7 @@ function! sy#sign#process_diff(sy, diff) abort
|
||||
execute 'sign unplace' a:sy.internal[line].id 'buffer='.a:sy.buffer
|
||||
endfor
|
||||
|
||||
if has('gui_macvim') && has('gui_running')
|
||||
if has('gui_macvim') && has('gui_running') && mode() == 'n'
|
||||
" MacVim needs an extra kick in the butt, when setting signs from the
|
||||
" exit handler. :redraw would trigger a "hanging cursor" issue.
|
||||
call feedkeys("\<c-l>")
|
||||
|
Loading…
x
Reference in New Issue
Block a user