From 62ea7dcff1df815628e8d4a796c401056c7766f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 26 Apr 2018 14:24:55 +0200 Subject: vis: implement g~ using tr(1) --- vis.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 4d999a6..5a31035 100644 --- a/vis.h +++ b/vis.h @@ -385,7 +385,6 @@ enum VisOperator { VIS_OP_MODESWITCH, VIS_OP_REPLACE, VIS_OP_CURSOR_SOL, - 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_CURSOR_EOL, -- cgit v1.2.3