Skip to content

Commit 56db16f

Browse files
committed
Remove obsolete MacVim workaround
Closes #328
1 parent 27a5141 commit 56db16f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

autoload/sy/sign.vim

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ function! sy#sign#process_diff(sy, vcs, diff) abort
135135
execute 'sign unplace' a:sy.internal[line].id 'buffer='.a:sy.buffer
136136
endfor
137137

138-
if has('gui_macvim') && has('gui_running') && mode() == 'n'
139-
" MacVim needs an extra kick in the butt, when setting signs from the
140-
" exit handler. :redraw would trigger a "hanging cursor" issue.
141-
call feedkeys("\<c-l>", 'n')
142-
endif
143-
144138
if empty(a:sy.updated_by) && empty(a:sy.hunks)
145139
call sy#verbose('Successful exit value, but no diff. Keep VCS for time being.', a:vcs)
146140
return

0 commit comments

Comments
 (0)