aboutsummaryrefslogtreecommitdiff
path: root/vis-text-objects.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 17:42:55 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commitb296189b7d6378ed7b6116b8506cb58f274d57ec (patch)
treece4dee5b47586ada4e8fc8ca0de991bfb304e4fe /vis-text-objects.c
parent9e36ee296ebfa8aed74b440b18634d91859a2069 (diff)
downloadvis-b296189b7d6378ed7b6116b8506cb58f274d57ec.tar.gz
vis-b296189b7d6378ed7b6116b8506cb58f274d57ec.tar.xz
vis: remove ae outer entire text object
Use :, which is a short hand for :0,$ instead.
Diffstat (limited to 'vis-text-objects.c')
-rw-r--r--vis-text-objects.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vis-text-objects.c b/vis-text-objects.c
index e7603ff..3368e07 100644
--- a/vis-text-objects.c
+++ b/vis-text-objects.c
@@ -173,9 +173,6 @@ const TextObject vis_textobjects[] = {
.txt = object_backtick,
.type = TEXTOBJECT_DELIMITED_INNER,
},
- [VIS_TEXTOBJECT_OUTER_ENTIRE] = {
- .txt = text_object_entire,
- },
[VIS_TEXTOBJECT_OUTER_LINE] = {
.txt = text_object_line,
},