comparison src/move.c @ 161:6df0106fc595

updated for version 7.0049
author vimboss
date Mon, 07 Feb 2005 22:01:03 +0000
parents e8f07016e34d
children 8b0ee9d57d7f
comparison
equal deleted inserted replaced
160:7c0820eed232 161:6df0106fc595
2469 } 2469 }
2470 #ifdef FEAT_FOLDING 2470 #ifdef FEAT_FOLDING
2471 foldAdjustCursor(); 2471 foldAdjustCursor();
2472 #endif 2472 #endif
2473 cursor_correct(); 2473 cursor_correct();
2474 beginline(BL_SOL | BL_FIX); 2474 if (retval == OK)
2475 beginline(BL_SOL | BL_FIX);
2475 curwin->w_valid &= ~(VALID_WCOL|VALID_WROW|VALID_VIRTCOL); 2476 curwin->w_valid &= ~(VALID_WCOL|VALID_WROW|VALID_VIRTCOL);
2476 2477
2477 /* 2478 /*
2478 * Avoid the screen jumping up and down when 'scrolloff' is non-zero. 2479 * Avoid the screen jumping up and down when 'scrolloff' is non-zero.
2479 * But make sure we scroll at least one line (happens with mix of long 2480 * But make sure we scroll at least one line (happens with mix of long