vi: make regexp search case-insensitive if ":set ignorecase" is active
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 21 Apr 2013 13:51:41 +0000 (15:51 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 21 Apr 2013 13:51:41 +0000 (15:51 +0200)
commit264f37363dba6b19d1c6f7db79bc049a1cb5c44b
tree13a3883806c82083e455c73401c528026e969b9f
parentd96ffda62e9f9c88a6e43dc1926c5b775a611166
vi: make regexp search case-insensitive if ":set ignorecase" is active

Reported by Dan Moinescu <dan@moinescu.net>.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/vi.c