mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
Ensure that updated files are replaced w/o warning
This commit is contained in:
parent
3652bed53e
commit
2624c00b37
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ local function select_mv_cmd(compile_location, parser_lib_name)
|
|||
return {
|
||||
cmd = 'cmd',
|
||||
opts = {
|
||||
args = { '/C', 'move', compile_location..'\\parser.so', parser_lib_name },
|
||||
args = { '/C', 'move', '/Y', compile_location..'\\parser.so', parser_lib_name },
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue