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 b35458e..a4f1d46 100644
--- a/vis.h
+++ b/vis.h
@@ -789,7 +789,7 @@ bool vis_cmd(Vis*, const char *cmd);
/** Command handler function. */
typedef bool (VisCommandFunction)(Vis*, Win*, void *data, bool force,
- const char *argv[], Cursor*, Filerange*);
+ const char *argv[], Selection*, Filerange*);
/**
* Register new ``:``-command.
* @param name The command name.