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

Fix "Index too big"-messages when toggling filtered-view modes #223

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gin-ahirsch
Copy link
Contributor

I got "Index too big in LogFilteredData" warnings when switching between the filtered-view modes (marks/matches).
These changes should prevent the situation from occurring.

The function returns an index, but returned the line-number instead.

If there is no lower-bound we return 0, since the first element is
already greater (if we have any).
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
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

1 participant