mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
Local variable fix
This commit is contained in:
parent
4f1a464027
commit
38d34ad493
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue