Raise viewer after \lv (#180)

This commit is contained in:
Karl Yngve Lervåg 2015-06-08 19:03:10 +02:00
parent 7cc2fd2877
commit 602ba319ff

View File

@ -471,6 +471,7 @@ function! s:focus_viewer() dict " {{{1
if self.xwin_id > 0
silent call system('xdotool windowfocus ' . self.xwin_id . ' --sync')
silent call system('xdotool windowraise ' . self.xwin_id)
endif
endfunction