diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-21 00:19:35 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-22 00:05:30 +0200 |
| commit | ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1 (patch) | |
| tree | 0089d3f4e51f3523bcacda33e1fefbcdad996953 /register.h | |
| parent | 1d2005c82f19f2094ffb57394832754160b9bbc6 (diff) | |
| download | vis-ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1.tar.gz vis-ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1.tar.xz | |
vis: move syntax highlighting to pure Lua code
Diffstat (limited to 'register.h')
| -rw-r--r-- | register.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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? */ |
