Local variable fix

This commit is contained in:
Rasmus Michelsen 2020-09-05 15:34:23 +02:00 committed by Thomas Vigouroux
parent 4f1a464027
commit 38d34ad493

View file

@ -89,7 +89,7 @@ end
local function select_install_rm_cmd(cache_folder, project_name)
if fn.has('win32') then
dir = cache_folder ..'\\'.. project_name
local dir = cache_folder ..'\\'.. project_name
return {
cmd = 'cmd',
opts = {