From 38d34ad493291e3dfb449bd6083a9184b9efdd11 Mon Sep 17 00:00:00 2001 From: Rasmus Michelsen Date: Sat, 5 Sep 2020 15:34:23 +0200 Subject: Local variable fix --- lua/nvim-treesitter/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index 846e91ba1..94e743fee 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -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 = { -- cgit v1.2.3-70-g09d2