commit | 1e01546026ce909b5fe56c05867f28e77d1b6eb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:16:38 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:16:38 2005 +0000 |
tree | 05ccef65c430097352670acbbeb5520d649ba841 | |
parent | bfd8fc0529f46612f7b3efca6c7b3305e70ac374 [diff] [blame] |
updated for version 7.0150
diff --git a/src/option.c b/src/option.c index 96d9df2..d547edc 100644 --- a/src/option.c +++ b/src/option.c
@@ -7420,7 +7420,7 @@ errmsg = e_positive; p_report = 1; } - if ((p_sj < 0 || p_sj >= Rows) && full_screen) + if ((p_sj < -100 || p_sj >= Rows) && full_screen) { if (Rows != old_Rows) /* Rows changed, just adjust p_sj */ p_sj = Rows / 2;