aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/vis.c b/vis.c
index 6a7a4ef..5303332 100644
--- a/vis.c
+++ b/vis.c
@@ -130,9 +130,9 @@ typedef struct {
typedef struct { /** collects all information until an operator is executed */
int count;
bool linewise;
- Operator *op;
- Movement *movement;
- TextObject *textobj;
+ const Operator *op;
+ const Movement *movement;
+ const TextObject *textobj;
Register *reg;
MarkIntern mark;
Key key;