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

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

parent 608c4162
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ function! fzf#wrap(...)
endif
let args[tidx] = arg
let tidx += 1
unlet arg
endfor
let [name, opts, bang] = args
......
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