Tony Chen
Tony Chen
Instead of adding a toggle for capital marks, would it suffice to simply allow for deleting capital marks from a different buffer? That way, you can do `mA` and `dmA`...
One option would be to set ‘refresh_interval’ to some very high value so it won’t interfere, and the set up your own custom mark redraw logic on CursorHold. I’m traveling...
`WinScrolled` is not enough. For things like mark preview, and extracting marks to loc/quickfix lists, we need the mark state to be synchronized even if they are not visible on...
FYI there has been a potential fix pushed to latest Neovim master. Would be great if people test this on latest HEAD to see if the issue still persists.
I'm thinking of switching over to cursorhold as default in the next couple of weeks, but I don't want to break anyone's configuration. Does anyone have a timer-based approach or...
Sorry about this slipping through. This is a bug with neovim core, not the plugin - I think there's an issue for it but I couldn't find it when I...
No, this bug still exists, and is definitely quite annoying. If i have some free time I may try my hand at fixing it. The main issue is that `:delmarks`...
Going to leave this open as a tracking issue, until I (or someone else) finds the motivation to fix this in Neovim.
fyi: for those that are following this issue, I have a pr in the works (https://github.com/neovim/neovim/pull/16067) that will resolve this issue. Please follow that PR if you want to track...
While I do think this idea would be useful, it does seem slightly out of scope for this plugin and would complicate the current refresh logic. I'm not necessarily opposed...