I use incsearch, smartcase and ignorecase. If I start searching
"/vis", it will match "Vis" of this line:
void Checker::Visit(UnaryExpression* unaryExpression)
Then I press CTRL-L until search pattern and match is "visit(" and
"Visit(", respectively. The next CTRL-L appends 'U' to the search
pattern, and now it doesn't match anything at all due to smartcase
triggering on an uppercase letter in the search pattern!
I would prefer CTRL-L to convert the char it adds to lowercase when
smartcase is set. Is the possible?
Kind regards,
Erik Wognsen
Or, to put it in other words:
Shouldn't the current behavior be considered a bug?
/Erik
> Kind regards,
> Erik Wognsen
>