diff options
Diffstat (limited to 'src/optiondefs.h')
-rw-r--r-- | src/optiondefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optiondefs.h b/src/optiondefs.h index 47f17ed39..b557771cf 100644 --- a/src/optiondefs.h +++ b/src/optiondefs.h @@ -2655,7 +2655,7 @@ static struct vimoption options[] = (char_u *)&p_tf, PV_NONE, {(char_u *)FALSE, (char_u *)0L} SCTX_INIT}, {"ttymouse", "ttym", P_STRING|P_NODEFAULT|P_NO_MKRC|P_VI_DEF, -#if defined(FEAT_MOUSE) && (defined(UNIX) || defined(VMS)) +#if defined(UNIX) || defined(VMS) (char_u *)&p_ttym, PV_NONE, #else (char_u *)NULL, PV_NONE, |