-
Notifications
You must be signed in to change notification settings - Fork 98
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
Bookmarks signs hidden when navigating away from window #118
Comments
If this is by design, then maybe have an option to keep them visible? |
This must be a regression as this was not happening in my original implementation. I'm assuming this happened accidentially as a result of another PR (but maybe there was a reason for that?). To verify my assumption you should find the commit that changed this behaviour using Also added #120 and #121 which I noticed today during testing. Would be great if you could have a look at these as well. Thanks so much! |
If we get the current version polished we can make a new release 👍 – has been a long time since the last release 😉 |
Great find! Any idea already what in the commit changed the behaviour of the gutter icon? I'm fine with moving the breaking changes to a future |
It's due to the way autosave is implemented. On |
Great and useful plugin, however this bug degrades the usability of I've tried negating this as much as possible using the configuration (Lua neovim based) below and using Is there any testing we can do to help get this bug fixed ? vim.g.bookmark_center = 1
vim.g.bookmark_display_annotation = 1
vim.g.bookmark_no_default_key_mappings = 1
vim.g.bookmark_show_toggle_warning = 0
vim.g.bookmark_show_warning = 0 Cheers ! |
Hi @lcrockett, thanks for your comment and support! I haven't had the chance to investigate the findings from the above comments. If you'd like to help, could you please verify if b19ea0a indeed introduced the issue or if the bug was already present before? Once we know what exactly causes the issue the fix is hopefully easy 🤞 Update: I just tried for myself and indeed this bug is not present with the previous commit 72b3ce8 ... I'll quickly investigate what change exactly causes the glitch |
Ok, I hope I found the issue. The fix is up in this PR #169. Please help me testing it 👍 |
Thank you for the quick fix. Unfortunately this did not change said behaviour. I changed a few If you'd like to chase a different approach or need testing for a different fix, let me know. Cheers |
Is there a way for them to remain visible?
The text was updated successfully, but these errors were encountered: