From 87ffbb9c0ab201efc3e729876455bc4ca9921124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 3 Sep 2014 16:22:16 +0200 Subject: Enable text objects, introduce operator options --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 2acee21..ea77a65 100644 --- a/vis.h +++ b/vis.h @@ -32,6 +32,7 @@ struct Vis { }; typedef union { + bool b; size_t i; const char *s; size_t (*m)(Win*); @@ -97,6 +98,7 @@ typedef struct { typedef struct { int count; + bool linewise; Operator *op; Movement *movement; TextObject *textobj; -- cgit v1.2.3