You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The marks workaround seems to be pretty reliable for the time being, and works "good enough" for the flow where you are Selecting Lines and :Rejecting them.
Using marks sounds good but I wouldn't want to lo loose the user's marks. This means that the mark must be saved with something like getpos() and restored with something like setpos().
When using
:Reject
the quickfix split will reload causing the following issues:A way to partially work around this is to setup a mark
m a
, and then use' a
to go back to a somewhat relevant position.If there is no way to work around re-rendering the list, perhaps it's possible to separate the marking process from the actually "removing" process.
Related issue: #120
The text was updated successfully, but these errors were encountered: