diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-07-26 17:37:29 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-08-01 14:59:32 +0200 |
| commit | 9e36ee296ebfa8aed74b440b18634d91859a2069 (patch) | |
| tree | c4babe2fd313f33ccc4dc615d3506be4e4e8702d /vis-text-objects.c | |
| parent | d1d5853517685cc9a7968784b9b0c4b505fd7bfa (diff) | |
| download | vis-9e36ee296ebfa8aed74b440b18634d91859a2069.tar.gz vis-9e36ee296ebfa8aed74b440b18634d91859a2069.tar.xz | |
vis: remove ie inner entire text object
Diffstat (limited to 'vis-text-objects.c')
| -rw-r--r-- | vis-text-objects.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vis-text-objects.c b/vis-text-objects.c index ab16672..e7603ff 100644 --- a/vis-text-objects.c +++ b/vis-text-objects.c @@ -176,9 +176,6 @@ const TextObject vis_textobjects[] = { [VIS_TEXTOBJECT_OUTER_ENTIRE] = { .txt = text_object_entire, }, - [VIS_TEXTOBJECT_INNER_ENTIRE] = { - .txt = text_object_entire_inner, - }, [VIS_TEXTOBJECT_OUTER_LINE] = { .txt = text_object_line, }, |
