aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index 655ef07..71d7fc3 100644
--- a/editor.h
+++ b/editor.h
@@ -128,7 +128,7 @@ typedef struct { /* command definitions for the ':'-prompt */
const char *name[3]; /* name and optional alias for the command */
/* command logic called with a NULL terminated array of arguments.
* argv[0] will be the command name */
- bool (*cmd)(Filerange*, enum CmdOpt opt, const char *argv[]);
+ bool (*cmd)(Vis*, Filerange*, enum CmdOpt opt, const char *argv[]);
enum CmdOpt opt; /* command option flags */
} Command;