mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
[vim] Fix "E706: Variable type mismatch for: arg"
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user