From 6d02c89f0c5ad8882da14f3e40724e5e1a36168b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 26 Apr 2018 14:16:28 +0200 Subject: vis: implement gu using tr(1) --- vis.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index eef0056..0a5217f 100644 --- a/vis.h +++ b/vis.h @@ -388,7 +388,6 @@ enum VisOperator { VIS_OP_CASE_SWAP, VIS_OP_INVALID, /* denotes the end of the "real" operators */ /* pseudo operators: keep them at the end to save space in array definition */ - VIS_OP_CASE_LOWER, VIS_OP_CASE_UPPER, VIS_OP_CURSOR_EOL, VIS_OP_PUT_AFTER_END, -- cgit v1.2.3