1
0
forked from aniani/vim

updated for version 7.1-119

This commit is contained in:
Bram Moolenaar
2007-09-25 12:51:28 +00:00
parent b8dc4d4cdf
commit 719939c888
3 changed files with 5 additions and 0 deletions

View File

@@ -7824,6 +7824,8 @@ set_num_option(opt_idx, varp, value, errbuf, errbuflen, opt_flags)
errmsg = e_positive;
p_ch = 1;
}
if (p_ch > Rows - min_rows() + 1)
p_ch = Rows - min_rows() + 1;
/* Only compute the new window layout when startup has been
* completed. Otherwise the frame sizes may be wrong. */