aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-26 19:36:49 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-10-26 19:36:49 +0100
commitd8d0bb600c7984e23b95b7fdbfe59743b388a75c (patch)
treeef63472c4e52a01255c5f3a107e9a40fb5970c7f /vis.h
parent12fd7c278abee067c6c52e709e3cebbfc9ca04bf (diff)
downloadvis-d8d0bb600c7984e23b95b7fdbfe59743b388a75c.tar.gz
vis-d8d0bb600c7984e23b95b7fdbfe59743b388a75c.tar.xz
vis: introduce explicit operators for cursor creation
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: