Download raw body.
search issues in tog after cursor movement
On Sat, Jun 18, 2022 at 06:41:31PM +0200, Omar Polo wrote:
> please, wrap nested ifs like these in braces.
>
> if (view->searching == TOG_SEARCH_FORWARD) {
> if (...)
> ...
> else
> ...
> } else {
> ...
> }
>
> while you're code is correct and even without indentation there aren't
> other ways to interpret it, the "dangling else" can be confusing :)
I have committed the original patch and then applied the fix
you suggested. Thanks.
search issues in tog after cursor movement