mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
updated for version 7.0049
This commit is contained in:
@@ -2471,7 +2471,8 @@ onepage(dir, count)
|
||||
foldAdjustCursor();
|
||||
#endif
|
||||
cursor_correct();
|
||||
beginline(BL_SOL | BL_FIX);
|
||||
if (retval == OK)
|
||||
beginline(BL_SOL | BL_FIX);
|
||||
curwin->w_valid &= ~(VALID_WCOL|VALID_WROW|VALID_VIRTCOL);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user