From 26b56bc3090e9ad6ffd71f216a53805c5e894807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 7 Nov 2015 08:51:26 +0100 Subject: vis: API documentation and cleanup --- vis-core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 549b817..4321a80 100644 --- a/vis-core.h +++ b/vis-core.h @@ -1,6 +1,7 @@ #ifndef VIS_CORE_H #define VIS_CORE_H +#include #include "vis.h" #include "text.h" #include "text-regex.h" @@ -123,7 +124,7 @@ struct Vis { Win *windows; /* list of windows */ Win *win; /* currently active window */ Syntax *syntaxes; /* NULL terminated array of syntax definitions */ - Register registers[VIS_REGISTER_INVALID]; /* register used for copy and paste */ + Register registers[VIS_REG_INVALID]; /* register used for copy and paste */ Macro macros[VIS_MACRO_INVALID]; /* recorded macros */ Macro *recording, *last_recording;/* currently and least recently recorded macro */ Macro *macro_operator; -- cgit v1.2.3