comparison src/move.c @ 2154:7c8c7c95a865 vim73

First step in the Vim 7.3 branch. Changed version numbers.
author Bram Moolenaar <bram@zimbu.org>
date Sat, 15 May 2010 13:56:02 +0200
parents 8ca3c9ad0bee
children 733f0dc510c3 c6f1aa1e9f32
comparison
equal deleted inserted replaced
2152:b9e314fe473f 2154:7c8c7c95a865
694 } 694 }
695 #endif 695 #endif
696 696
697 /* 697 /*
698 * Compute wp->w_cline_row and wp->w_cline_height, based on the current value 698 * Compute wp->w_cline_row and wp->w_cline_height, based on the current value
699 * of wp->w_topine. 699 * of wp->w_topline.
700 * 700 *
701 * Returns OK when cursor is in the window, FAIL when it isn't. 701 * Returns OK when cursor is in the window, FAIL when it isn't.
702 */ 702 */
703 static void 703 static void
704 curs_rows(wp, do_botline) 704 curs_rows(wp, do_botline)