We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84412c commit af9786eCopy full SHA for af9786e
autoload/vital/_easymotion/HitAHint/Motion.vim
@@ -135,15 +135,15 @@ function! s:move_to_winpos(winpos) abort
135
let is_win_moved = !(winnr is# winnr())
136
if is_win_moved
137
if exists('#WinLeave')
138
- doautocmd WinLeave
+ silent doautocmd WinLeave
139
endif
140
call s:move_to_win(winnr)
141
else
142
normal! m`
143
144
call cursor(pos)
145
if is_win_moved && exists('#WinEnter')
146
- doautocmd WinEnter
+ silent doautocmd WinEnter
147
148
endfunction
149
0 commit comments