mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-24 07:38:36 +00:00
[vim] Fix "E706: Variable type mismatch for: arg"
This commit is contained in:
parent
608c416207
commit
3e88849386
@ -166,6 +166,7 @@ function! fzf#wrap(...)
|
|||||||
endif
|
endif
|
||||||
let args[tidx] = arg
|
let args[tidx] = arg
|
||||||
let tidx += 1
|
let tidx += 1
|
||||||
|
unlet arg
|
||||||
endfor
|
endfor
|
||||||
let [name, opts, bang] = args
|
let [name, opts, bang] = args
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user