mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 03:08:13 +00:00
fix(picker.actions): checktime
after git_checkout
This commit is contained in:
parent
97cd4a5125
commit
b86d90e3e9
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ function M.git_checkout(picker, item)
|
||||||
end
|
end
|
||||||
Snacks.picker.util.cmd(cmd, function()
|
Snacks.picker.util.cmd(cmd, function()
|
||||||
Snacks.notify("Checkout " .. what, { title = "Snacks Picker" })
|
Snacks.notify("Checkout " .. what, { title = "Snacks Picker" })
|
||||||
|
vim.cmd.checktime()
|
||||||
end, { cwd = item.cwd })
|
end, { cwd = item.cwd })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue