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

[vim] Make sure to delete temporary batchfile on Windows

parent 0665fe04
No related branches found
No related tags found
No related merge requests found
......@@ -524,6 +524,7 @@ function! s:execute(dict, command, use_height, temps) abort
let batchfile = s:fzf_tempname().'.bat'
call writefile(s:wrap_cmds(command), batchfile)
let command = batchfile
let a:temps.batchfile = batchfile
if has('nvim')
let s:dict = a:dict
let s:temps = a:temps
......
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