aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-27 23:22:01 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-27 23:29:04 +0100
commitf52050784e7e1426eafb5e69bc2fa37219415406 (patch)
tree52ce0d5e3137ac77969ddb256a32e26910c43c98 /vis-core.h
parentb7c6c43b64dd88a3f3cff692bf224654aef9b1e2 (diff)
downloadvis-f52050784e7e1426eafb5e69bc2fa37219415406.tar.gz
vis-f52050784e7e1426eafb5e69bc2fa37219415406.tar.xz
vis: properly free dynamic key bindings
The handling of :unmap needs to be revisited at some point.
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 f6999dc..3abe1f5 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -188,6 +188,7 @@ struct Vis {
VisEvent *event;
Array motions;
Array textobjects;
+ Array bindings;
};
enum VisEvents {