mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
parent
8d9736cf3e
commit
33c9db832b
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ function M.make_directory_change_for_command(dir, command)
|
|||
return string.format("pushd %s ; %s ; popd", cmdpath(dir), command)
|
||||
end
|
||||
else
|
||||
return string.format("cd %s;\n %s", dir, command)
|
||||
return string.format("cd %s;\n%s", dir, command)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue