AMythicDev/minus

Changes regarding searching and others

Closed this issue · 3 comments

Although searching has been implemented, there is one major bug and a missing feature

  1. If search is involved twice with the same query, the search results are duplicated
  2. Backward searching is yet to be implemented

Also dynamic_output function has probably grown too much. Clippy is already warning about it. Therefore we should probably break it into smaller functions

Release v3.0.1 fixes the first bug

Release v3.1.0 adds backward searching but there is a issue where the cursor is placed in wrong position if upper_mark is changed manually by the user

I think this bug has already been fixed. Closing the issue