From de9fa14094e1a97769af014d4c23aabfab145d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 28 Nov 2015 16:18:53 +0100 Subject: vis: add cmd argument to VIS_OP_FILTER --- vis.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index bf1aab9..2e8d584 100644 --- a/vis.h +++ b/vis.h @@ -168,8 +168,12 @@ enum VisOperator { * otherwise waits until a range is determinded i.e. * - a motion is provided (see vis_motion) * - a text object is provided (vis_textobject) + * + * the expected varying arguments are as follows: + * + * - VIS_OP_FILTER a char pointer referring to the command to run */ -bool vis_operator(Vis*, enum VisOperator); +bool vis_operator(Vis*, enum VisOperator, ...); enum VisMotion { VIS_MOVE_LINE_DOWN, -- cgit v1.2.3