vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 380a57fcc8a0e8c20a02a4b3d0a05a3d825ae68a
parent 92fe606349bf4a0a58ad5521001da271bcc87215
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sat, 27 May 2017 11:45:56 +0200

vis: remove unused enumeration constants

Diffstat:
Mvis.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/vis.h b/vis.h @@ -634,8 +634,6 @@ enum VisTextObject { VIS_TEXTOBJECT_INNER_BACKTICK, VIS_TEXTOBJECT_OUTER_ENTIRE, VIS_TEXTOBJECT_INNER_ENTIRE, - VIS_TEXTOBJECT_OUTER_FUNCTION, - VIS_TEXTOBJECT_INNER_FUNCTION, VIS_TEXTOBJECT_OUTER_LINE, VIS_TEXTOBJECT_INNER_LINE, VIS_TEXTOBJECT_INDENTATION,