From 91a4e82243198d3c54b51296c532005daf5ccd3b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 19 Jan 2008 14:59:58 +0000 Subject: updated for version 7.1-236 --- src/option.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/option.c') diff --git a/src/option.c b/src/option.c index d0fc1b209..6ff0a218a 100644 --- a/src/option.c +++ b/src/option.c @@ -1991,6 +1991,13 @@ static struct vimoption {"redraw", NULL, P_BOOL|P_VI_DEF, (char_u *)NULL, PV_NONE, {(char_u *)FALSE, (char_u *)0L}}, + {"redrawtime", "rdt", P_NUM|P_VI_DEF, +#ifdef FEAT_RELTIME + (char_u *)&p_rdt, PV_NONE, +#else + (char_u *)NULL, PV_NONE, +#endif + {(char_u *)2000L, (char_u *)0L}}, {"remap", NULL, P_BOOL|P_VI_DEF, (char_u *)&p_remap, PV_NONE, {(char_u *)TRUE, (char_u *)0L}}, -- cgit v1.2.1