mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-08 17:24:05 +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
|
||||
let args[tidx] = arg
|
||||
let tidx += 1
|
||||
unlet arg
|
||||
endfor
|
||||
let [name, opts, bang] = args
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user