[vim] Fix "E706: Variable type mismatch for: arg"

This commit is contained in:
Junegunn Choi 2016-08-19 18:02:32 +09:00
parent 608c416207
commit 3e88849386
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -166,6 +166,7 @@ function! fzf#wrap(...)
endif
let args[tidx] = arg
let tidx += 1
unlet arg
endfor
let [name, opts, bang] = args