mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
fix(install): correct arguments for string.format
This commit is contained in:
parent
2e01c7104c
commit
a8535b2329
1 changed files with 1 additions and 0 deletions
|
|
@ -307,6 +307,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision,
|
||||||
vim.api.nvim_err_writeln(
|
vim.api.nvim_err_writeln(
|
||||||
string.format(
|
string.format(
|
||||||
"Cannot install %s with git in an active git session. Exit the session and run ':TSInstall %s' manually",
|
"Cannot install %s with git in an active git session. Exit the session and run ':TSInstall %s' manually",
|
||||||
|
project_name,
|
||||||
project_name
|
project_name
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue