summaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 8b3d8c660..8bfeb98f8 100644
--- a/src/option.c
+++ b/src/option.c
@@ -580,7 +580,7 @@ static struct vimoption
(char_u *)&p_beval, PV_NONE,
{(char_u *)FALSE, (char_u *)0L}},
# ifdef FEAT_EVAL
- {"balloonexpr", "bexpr", P_STRING|P_ALLOCED|P_VI_DEF|P_VIM,
+ {"balloonexpr", "bexpr", P_STRING|P_ALLOCED|P_VI_DEF|P_VIM,
(char_u *)&p_bexpr, PV_NONE,
{(char_u *)"", (char_u *)0L}},
# endif