aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index e1361d6..d6e5546 100644
--- a/vis.h
+++ b/vis.h
@@ -138,11 +138,12 @@ enum VisOperator {
OP_JOIN,
OP_REPEAT_INSERT,
OP_REPEAT_REPLACE,
- OP_CURSOR,
+ OP_CURSOR_SOL,
OP_CASE_SWAP,
/* pseudo operators: keep them at the end to save space in array definition */
OP_CASE_LOWER,
OP_CASE_UPPER,
+ OP_CURSOR_EOL,
};
/* TODO: overhaul repeatable infrastructure: