diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/shell_command_selectors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua index de44ffa1c..0479956f1 100644 --- a/lua/nvim-treesitter/shell_command_selectors.lua +++ b/lua/nvim-treesitter/shell_command_selectors.lua @@ -213,7 +213,7 @@ function M.select_mv_cmd(from, to, cwd) return { cmd = "mv", opts = { - args = { from, to }, + args = { "-f", from, to }, cwd = cwd, }, } |
