aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 42bd88a..84779d6 100644
--- a/vis.h
+++ b/vis.h
@@ -315,7 +315,7 @@ enum VisTextObject {
VIS_TEXTOBJECT_INVALID,
};
-void vis_textobject(Vis*, enum VisTextObject);
+bool vis_textobject(Vis*, enum VisTextObject);
/* macro REPEAT and INVALID should be considered as implementation details (TODO: hide them?) */
enum VisMacro {