On the other hand rethinking, I assume still it is a kind of a design bug.
Because including 'c' in the search options
should only show the current line, also in 'view'.
At this moment it shows thus *all* found lines in the *whole* file.
That should never be correct thus.
And a 'view' which includes search option 'c' should thus be a view with only 1 line.
I assume that in the source code of 'view' it could
maybe be restricted to show only 1 line, e.g. the current
line e.g. something like
the total amount of lines to show is then set to
minimum = 1
and
maximum = 1