diff src/option.c @ 593:d220eb88e4e4

updated for version 7.0168
author vimboss
date Mon, 12 Dec 2005 22:02:31 +0000
parents 6a04259f5e0d
children 1c586ee8dd45
line wrap: on
line diff
--- 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}},