mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 12:12:02 -07:00
[vim] Fix "E706: Variable type mismatch for: arg"
This commit is contained in:
@@ -166,6 +166,7 @@ function! fzf#wrap(...)
|
||||
endif
|
||||
let args[tidx] = arg
|
||||
let tidx += 1
|
||||
unlet arg
|
||||
endfor
|
||||
let [name, opts, bang] = args
|
||||
|
||||
|
Reference in New Issue
Block a user