From 55e285783ef99befcc01d7ed6f5594f87d6d8f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 17 Feb 2016 21:10:34 +0100 Subject: vis-lua: expose vis:textobject(id) --- vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.h') 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 { -- cgit v1.2.3