diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
