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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
