mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
Merge pull request #321 from deathmaz/fix/autocmd-events-format
fix: events no longer can be comma separated
This commit is contained in:
commit
c1aebbad9e
@ -15,7 +15,7 @@ local the_primeagen_harpoon = vim.api.nvim_create_augroup(
|
|||||||
{ clear = true }
|
{ clear = true }
|
||||||
)
|
)
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd({ "BufLeave, VimLeave" }, {
|
vim.api.nvim_create_autocmd({ "BufLeave", "VimLeave" }, {
|
||||||
callback = function()
|
callback = function()
|
||||||
require("harpoon.mark").store_offset()
|
require("harpoon.mark").store_offset()
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user