Kim A. Brandt
Kim A. Brandt
Instead of initializing the users configuration inside `harpoon:new()`, do it when `harpoon:setup({})` is called. This fixes the issue, when using the `settings.key`-function for the setup-call. This change brakes one of...
After the fix in #530, every `BufLeave`-event causes a *write* of the updated cursor-position to disk. I'm noticing a bit of a lag, when this happens on my machine :(...
This commit fixes the missing `entry.index` - in the marks-extension for telescope - which caused the index to always show `nil` - or rather `n…` - due to a fixed...
This change tries to keep track of the `list._index`, by using an `autocmd` for `BufEnter` - which updates the index when entering a harpooned file - and setting the index...
This change supresses the `E325: ATTENTION`-message - when a swapfile is encountered - by catching the error and stop execution when the user chooses one of `(R)ecover`, `(Q)uit` or `(A)bort`....
This fixes the issue, when there's an empty line inside the quick-menu, which causes everything after the blank line to be forgotten (after Neovim is restarted). This also restores the...
These changes should point out the issue with using `vim.fn.bufnr()`. The issue being: that the `...test-12`-file is being obscured or hidden (shadowed!?) by the `...test-123`-file. Without the fix - inside...