diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-26 19:36:49 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-26 19:36:49 +0100 |
| commit | d8d0bb600c7984e23b95b7fdbfe59743b388a75c (patch) | |
| tree | ef63472c4e52a01255c5f3a107e9a40fb5970c7f /vis.h | |
| parent | 12fd7c278abee067c6c52e709e3cebbfc9ca04bf (diff) | |
| download | vis-d8d0bb600c7984e23b95b7fdbfe59743b388a75c.tar.gz vis-d8d0bb600c7984e23b95b7fdbfe59743b388a75c.tar.xz | |
vis: introduce explicit operators for cursor creation
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: |
