comparison src/ops.c @ 1550:d976f4da2a4d v7.1.264

updated for version 7.1-264
author vimboss
date Mon, 25 Feb 2008 20:55:22 +0000
parents e212d1a40ca9
children ed7fefbef738
comparison
equal deleted inserted replaced
1549:19ef2bbf569c 1550:d976f4da2a4d
690 first_changed = curwin->w_cursor.lnum; 690 first_changed = curwin->w_cursor.lnum;
691 last_changed = curwin->w_cursor.lnum; 691 last_changed = curwin->w_cursor.lnum;
692 } 692 }
693 } 693 }
694 ++curwin->w_cursor.lnum; 694 ++curwin->w_cursor.lnum;
695 curwin->w_cursor.col = 0; /* make sure it's valid */
695 } 696 }
696 697
697 /* put cursor on first non-blank of indented line */ 698 /* put cursor on first non-blank of indented line */
698 curwin->w_cursor.lnum = start_lnum; 699 curwin->w_cursor.lnum = start_lnum;
699 beginline(BL_SOL | BL_FIX); 700 beginline(BL_SOL | BL_FIX);