Fixed problem with \lv
mapping (#180)
This commit is contained in:
parent
374d5c984f
commit
7cc2fd2877
@ -469,7 +469,7 @@ endfunction
|
|||||||
function! s:focus_viewer() dict " {{{1
|
function! s:focus_viewer() dict " {{{1
|
||||||
if !executable('xdotool') | return | endif
|
if !executable('xdotool') | return | endif
|
||||||
|
|
||||||
if self.xwin_exists()
|
if self.xwin_id > 0
|
||||||
silent call system('xdotool windowfocus ' . self.xwin_id . ' --sync')
|
silent call system('xdotool windowfocus ' . self.xwin_id . ' --sync')
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user