From aab8b6c44151cb086850ba9872251cfc452506b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 19 Apr 2016 22:43:33 +0200 Subject: vis: add an unsigned option type for :set command --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 1136926..fdc93e2 100644 --- a/vis.h +++ b/vis.h @@ -26,6 +26,7 @@ typedef struct { typedef union { /* various types of arguments passed to key action functions */ bool b; int i; + size_t u; const char *s; const void *v; void (*w)(View*); -- cgit v1.2.3