comparison src/ex_cmds.c @ 1877:b5c1cb6f8d56 v7.2.174

updated for version 7.2-174
author vimboss
date Fri, 15 May 2009 19:33:18 +0000
parents 932ff0c0f57b
children e8eeeff19eae
comparison
equal deleted inserted replaced
1876:932ff0c0f57b 1877:b5c1cb6f8d56
4038 * 'scroll' */ 4038 * 'scroll' */
4039 if (eap->forceit) 4039 if (eap->forceit)
4040 bigness = curwin->w_height; 4040 bigness = curwin->w_height;
4041 else if (firstwin == lastwin) 4041 else if (firstwin == lastwin)
4042 bigness = curwin->w_p_scr * 2; 4042 bigness = curwin->w_p_scr * 2;
4043 #ifdef FEAT_WINDOWS
4043 else 4044 else
4044 bigness = curwin->w_height - 3; 4045 bigness = curwin->w_height - 3;
4046 #endif
4045 if (bigness < 1) 4047 if (bigness < 1)
4046 bigness = 1; 4048 bigness = 1;
4047 4049
4048 x = eap->arg; 4050 x = eap->arg;
4049 kind = x; 4051 kind = x;