From ef6ed089536d281fb0b3a274109f39ceb0586e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 7 Nov 2015 08:30:10 +0100 Subject: vis: move operators to separate file --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') 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, -- cgit v1.2.3