Bug in vi + patch
Denys Vlasenko
vda.linux at googlemail.com
Sun Apr 21 13:53:17 UTC 2013
On Thursday 18 April 2013 20:36, Dan Moinescu wrote:
> Hi,
>
> If busybox is configured with CONFIG_FEATURE_VI_REGEX_SEARCH=y, then
> all searches in vi are case-sensitive, even if ":set ignorecase" is in
> effect. The attached patch solves this problem (the code is based on
> the example on doing case-insensitive regex searches at
> http://www.gnu.org/software/gnulib/manual/html_node/GNU-Translate-Tables.html#GNU-Translate-Tables).
Thanks for reporting it!
I opted out for using RE_ICASE flag instead.
Please try current git.
--
vda
More information about the busybox
mailing list