From e938326eee9781d340ae3704a742d5e3bad95cb6 Mon Sep 17 00:00:00 2001 From: Evan Gates Date: Fri, 18 Sep 2020 12:05:27 -0700 Subject: Add ignorecase option Add a global ignorecase boolean option. When set add REG_ICASE to cflags when calling text_regex_compile(). --- vis-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index d409f88..383d262 100644 --- a/vis-core.h +++ b/vis-core.h @@ -221,6 +221,7 @@ struct Vis { Array motions; Array textobjects; Array bindings; + bool ignorecase; /* whether to ignore case when searching */ }; enum VisEvents { -- cgit v1.2.3