diff options
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? */ |
