aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-02-11 10:32:49 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-02-11 10:32:49 +0100
commita9db1caf19d34f13319a3ebf92100c2c92015582 (patch)
tree2bf64c214e276ab4ff7fc460cb889675c93e4d48 /vis.h
parent979d51bcb65ccceec95f34a10fdf6446ac97473c (diff)
downloadvis-a9db1caf19d34f13319a3ebf92100c2c92015582.tar.gz
vis-a9db1caf19d34f13319a3ebf92100c2c92015582.tar.xz
vis: implement gn and gN text objects
The behaviour when no match is found is not yet optimal.
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 04277e7..519d327 100644
--- a/vis.h
+++ b/vis.h
@@ -300,6 +300,8 @@ enum VisTextObject {
VIS_TEXTOBJECT_INNER_FUNCTION,
VIS_TEXTOBJECT_OUTER_LINE,
VIS_TEXTOBJECT_INNER_LINE,
+ VIS_TEXTOBJECT_SEARCH_FORWARD,
+ VIS_TEXTOBJECT_SEARCH_BACKWARD,
VIS_TEXTOBJECT_INVALID,
};