aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-07 08:30:10 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-07 08:30:10 +0100
commitef6ed089536d281fb0b3a274109f39ceb0586e02 (patch)
treeb252490cde495e2f7e7823df0535a7201b9e7b05 /vis.h
parentd34ed26989a4775c3b5fd97355d72ef4a6552c71 (diff)
downloadvis-ef6ed089536d281fb0b3a274109f39ceb0586e02.tar.gz
vis-ef6ed089536d281fb0b3a274109f39ceb0586e02.tar.xz
vis: move operators to separate file
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index b3871b6..23761b6 100644
--- a/vis.h
+++ b/vis.h
@@ -140,6 +140,7 @@ enum VisOperator {
OP_REPLACE,
OP_CURSOR_SOL,
OP_CASE_SWAP,
+ OP_INVALID,
/* pseudo operators: keep them at the end to save space in array definition */
OP_CASE_LOWER,
OP_CASE_UPPER,