aboutsummaryrefslogtreecommitdiff
path: root/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'register.h')
-rw-r--r--register.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/register.h b/register.h
index 0e7b925..a815a90 100644
--- a/register.h
+++ b/register.h
@@ -3,13 +3,10 @@
#include <stddef.h>
#include <stdbool.h>
+#include "vis.h"
#include "buffer.h"
#include "text-util.h"
-#ifndef VIS_H
-typedef struct Vis Vis;
-#endif
-
typedef struct {
Buffer buf;
bool linewise; /* place register content on a new line when inserting? */