aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-09-20 17:59:56 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-09-20 17:59:56 +0200
commit30bf6ebd9fc9e95f457b80c8263e8ee7e87e1ed4 (patch)
treebe9dc4e6a7b1933e76aa1ba2513fbef524297e2a /vis-core.h
parent02970c7e7fe39c0f1a75ce888ac25813a4fa2ee0 (diff)
parente938326eee9781d340ae3704a742d5e3bad95cb6 (diff)
downloadvis-30bf6ebd9fc9e95f457b80c8263e8ee7e87e1ed4.tar.gz
vis-30bf6ebd9fc9e95f457b80c8263e8ee7e87e1ed4.tar.xz
Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into master
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index b33ecdf..3a4a81c 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 {