Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Harpoon Jumplist from Being Added to Jumplist #516

Open
wants to merge 1 commit into
base: harpoon2
Choose a base branch
from

Conversation

nickcoffey
Copy link

@nickcoffey nickcoffey commented Feb 13, 2024

This is a small fix for #506 to prevent non-normal buffers like NvimTree, terminal, & the harpoon jumplist from being accidentally appended or prepended to the jumplist. If vim.bo.buftype is equal to "" then that signifies that the buffer is a normal buffer.

@nickcoffey nickcoffey changed the title prevented non-normal buffers from being added to jumplist Prevent Harpoon Jumplist from Being Added to Jumplist Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants