[vim] Fix #220 - Prevent error after update

This commit is contained in:
Junegunn Choi 2015-04-28 23:49:52 +09:00
parent c8f208b96b
commit 3d26b5336c

View File

@ -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)