Skip to content
Snippets Groups Projects
Commit 3d26b533 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[vim] Fix #220 - Prevent error after update

parent c8f208b9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment