aboutsummaryrefslogtreecommitdiff
path: root/register.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-21 00:19:35 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-22 00:05:30 +0200
commitffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1 (patch)
tree0089d3f4e51f3523bcacda33e1fefbcdad996953 /register.h
parent1d2005c82f19f2094ffb57394832754160b9bbc6 (diff)
downloadvis-ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1.tar.gz
vis-ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1.tar.xz
vis: move syntax highlighting to pure Lua code
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? */