aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-04-26 14:20:22 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-05-16 13:24:01 +0200
commitf9d0d91f5160a69ce6977395ba19c6d20cb8af4d (patch)
treedb7ae2f114f93b6e322baddab49de42fd77f8c7b /vis.h
parent6d02c89f0c5ad8882da14f3e40724e5e1a36168b (diff)
downloadvis-f9d0d91f5160a69ce6977395ba19c6d20cb8af4d.tar.gz
vis-f9d0d91f5160a69ce6977395ba19c6d20cb8af4d.tar.xz
vis: implement gU using tr(1)
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 0a5217f..4d999a6 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_UPPER,
VIS_OP_CURSOR_EOL,
VIS_OP_PUT_AFTER_END,
VIS_OP_PUT_BEFORE,