From d8d0bb600c7984e23b95b7fdbfe59743b388a75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 26 Oct 2015 19:36:49 +0100 Subject: vis: introduce explicit operators for cursor creation --- vis.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vis.h') 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: -- cgit v1.2.3