[vim] Fix #220 - Prevent error after update
This commit is contained in:
parent
c8f208b96b
commit
3d26b5336c
@ -208,6 +208,7 @@ function! s:xterm_launcher()
|
||||
\ synIDattr(hlID("Normal"), "bg"), synIDattr(hlID("Normal"), "fg"),
|
||||
\ &columns, &lines/2, getwinposx(), getwinposy())
|
||||
endfunction
|
||||
unlet! s:launcher
|
||||
let s:launcher = function('s:xterm_launcher')
|
||||
|
||||
function! s:execute(dict, command, temps)
|
||||
|
Loading…
Reference in New Issue
Block a user