Skip to content

Commit dc8a20a

Browse files
committed
chore: typo
1 parent 0746f84 commit dc8a20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/event.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
6565
end,
6666
})
6767

68-
-- Autojump to last place
68+
-- Autojump to last edit
6969
vim.api.nvim_create_autocmd("BufReadPost", {
7070
callback = function()
7171
local mark = vim.api.nvim_buf_get_mark(0, '"')

0 commit comments

Comments
 (0)