From f52050784e7e1426eafb5e69bc2fa37219415406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 27 Dec 2016 23:22:01 +0100 Subject: vis: properly free dynamic key bindings The handling of :unmap needs to be revisited at some point. --- 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 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 { -- cgit v1.2.3