mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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)
|
local function select_install_rm_cmd(cache_folder, project_name)
|
||||||
if fn.has('win32') then
|
if fn.has('win32') then
|
||||||
dir = cache_folder ..'\\'.. project_name
|
local dir = cache_folder ..'\\'.. project_name
|
||||||
return {
|
return {
|
||||||
cmd = 'cmd',
|
cmd = 'cmd',
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue