jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.28k stars 604 forks source link

Bugfix: smart-case search does not work with numbers in the string #1246

Closed JC-WV closed 1 year ago

JC-WV commented 1 year ago

Any search containing numbers turns "ignore-case" from "smart-case" into "no" e.g. looking for some code like cb7a would not find CB7A when ignore-case is set to smart-case. This might be related with a previous issue where strings containing space characters did not work: https://github.com/jonas/tig/pull/1108

koutcher commented 1 year ago

1108 was fixed in 2.5.4, which version do you have ?