aboutsummaryrefslogtreecommitdiff
path: root/main.c
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 /main.c
parent6d02c89f0c5ad8882da14f3e40724e5e1a36168b (diff)
downloadvis-f9d0d91f5160a69ce6977395ba19c6d20cb8af4d.tar.gz
vis-f9d0d91f5160a69ce6977395ba19c6d20cb8af4d.tar.xz
vis: implement gU using tr(1)
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.c b/main.c
index f894652..bfbcc6d 100644
--- a/main.c
+++ b/main.c
@@ -236,7 +236,6 @@ enum {
VIS_ACTION_OPERATOR_YANK,
VIS_ACTION_OPERATOR_SHIFT_LEFT,
VIS_ACTION_OPERATOR_SHIFT_RIGHT,
- VIS_ACTION_OPERATOR_CASE_UPPER,
VIS_ACTION_OPERATOR_CASE_SWAP,
VIS_ACTION_COUNT,
VIS_ACTION_INSERT_NEWLINE,
@@ -778,11 +777,6 @@ static const KeyAction vis_action[] = {
VIS_HELP("Shift right operator")
operator, { .i = VIS_OP_SHIFT_RIGHT }
},
- [VIS_ACTION_OPERATOR_CASE_UPPER] = {
- "vis-operator-case-upper",
- VIS_HELP("Uppercase operator")
- operator, { .i = VIS_OP_CASE_UPPER }
- },
[VIS_ACTION_OPERATOR_CASE_SWAP] = {
"vis-operator-case-swap",
VIS_HELP("Swap case operator")