From 44c8e46bc0a94c82dbbf2f13e2897c951f1e3b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 15 Feb 2016 16:05:18 +0100 Subject: Add text object to cover lines with same indentation level By default it is mapped to i and a however there is currently no difference between the inner and regular version. --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 6652f72..2d3fcdd 100644 --- a/vis.h +++ b/vis.h @@ -300,6 +300,7 @@ enum VisTextObject { VIS_TEXTOBJECT_INNER_FUNCTION, VIS_TEXTOBJECT_OUTER_LINE, VIS_TEXTOBJECT_INNER_LINE, + VIS_TEXTOBJECT_INDENTATION, VIS_TEXTOBJECT_SEARCH_FORWARD, VIS_TEXTOBJECT_SEARCH_BACKWARD, VIS_TEXTOBJECT_INVALID, -- cgit v1.2.3