mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 12:12:02 -07:00
[vim] Fix #220 - Prevent error after update
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user