mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 09:30: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 }
|
||||
)
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufLeave, VimLeave" }, {
|
||||
vim.api.nvim_create_autocmd({ "BufLeave", "VimLeave" }, {
|
||||
callback = function()
|
||||
require("harpoon.mark").store_offset()
|
||||
end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user