diff options
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r-- | src/nvim/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c index d66ed9abff..d2e9fda7d9 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -5628,7 +5628,7 @@ static void op_colon(oparg_T *oap) static Callback opfunc_cb; /// Process the 'operatorfunc' option value. -void set_operatorfunc_option(char **errmsg) +void set_operatorfunc_option(const char **errmsg) { if (option_set_callback_func(p_opfunc, &opfunc_cb) == FAIL) { *errmsg = e_invarg; |