comparison src/edit.c @ 1988:e5145ff9c9b0 v7.2.285

updated for version 7.2-285
author vimboss
date Wed, 11 Nov 2009 12:22:32 +0000
parents f798c9043986
children 9e554211caf5
comparison
equal deleted inserted replaced
1987:613517f0b72a 1988:e5145ff9c9b0
8517 #endif 8517 #endif
8518 ) 8518 )
8519 { 8519 {
8520 save_col = curwin->w_cursor.col; 8520 save_col = curwin->w_cursor.col;
8521 beginline(BL_WHITE); 8521 beginline(BL_WHITE);
8522 if (curwin->w_cursor.col < (colnr_T)temp) 8522 if (curwin->w_cursor.col < save_col)
8523 mincol = curwin->w_cursor.col; 8523 mincol = curwin->w_cursor.col;
8524 curwin->w_cursor.col = save_col; 8524 curwin->w_cursor.col = save_col;
8525 } 8525 }
8526 8526
8527 /* 8527 /*