Raise viewer after \lv
(#180)
This commit is contained in:
parent
7cc2fd2877
commit
602ba319ff
@ -471,6 +471,7 @@ function! s:focus_viewer() dict " {{{1
|
|||||||
|
|
||||||
if self.xwin_id > 0
|
if self.xwin_id > 0
|
||||||
silent call system('xdotool windowfocus ' . self.xwin_id . ' --sync')
|
silent call system('xdotool windowfocus ' . self.xwin_id . ' --sync')
|
||||||
|
silent call system('xdotool windowraise ' . self.xwin_id)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user