commit | 2c7a29c7fd2e51236a00435ed37e280cb98a2131 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 12 22:02:31 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 12 22:02:31 2005 +0000 |
tree | 7092861773ca79e23c98bfb41a434a75adc85b02 | |
parent | 5b962cf71c87f5d23408bac83c8a526b901daa3f [diff] [blame] |
updated for version 7.0168
diff --git a/src/option.c b/src/option.c index e49d932..756d918 100644 --- a/src/option.c +++ b/src/option.c
@@ -1624,6 +1624,9 @@ {"open", NULL, P_BOOL|P_VI_DEF, (char_u *)NULL, PV_NONE, {(char_u *)FALSE, (char_u *)0L}}, + {"operatorfunc", "opfunc", P_STRING|P_VI_DEF|P_SECURE, + (char_u *)&p_opfunc, PV_NONE, + {(char_u *)"", (char_u *)0L} }, {"optimize", "opt", P_BOOL|P_VI_DEF, (char_u *)NULL, PV_NONE, {(char_u *)FALSE, (char_u *)0L}},