summaryrefslogtreecommitdiffstats
path: root/src/proto/ops.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/ops.pro')
-rw-r--r--src/proto/ops.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ops.pro b/src/proto/ops.pro
index 1e89c4e99f..8a25bf6261 100644
--- a/src/proto/ops.pro
+++ b/src/proto/ops.pro
@@ -17,7 +17,7 @@ void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);
void op_addsub(oparg_T *oap, linenr_T Prenum1, int g_cmd);
void clear_oparg(oparg_T *oap);
void cursor_pos_info(dict_T *dict);
-int set_operatorfunc_option(void);
+char *set_operatorfunc_option(void);
void free_operatorfunc_option(void);
int set_ref_in_opfunc(int copyID);
void do_pending_operator(cmdarg_T *cap, int old_col, int gui_yank);