diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-12 22:02:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-12 22:02:31 +0000 |
commit | 2c7a29c7fd2e51236a00435ed37e280cb98a2131 (patch) | |
tree | 7092861773ca79e23c98bfb41a434a75adc85b02 /src/option.c | |
parent | 5b962cf71c87f5d23408bac83c8a526b901daa3f (diff) | |
download | vim-git-2c7a29c7fd2e51236a00435ed37e280cb98a2131.tar.gz |
updated for version 7.0168
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c index e49d9326c..756d91815 100644 --- a/src/option.c +++ b/src/option.c @@ -1624,6 +1624,9 @@ static struct vimoption {"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}}, |