mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0168
This commit is contained in:
@@ -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}},
|
||||
|
Reference in New Issue
Block a user