mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 05:35:17 +00:00
updated for version 7.0-091
This commit is contained in:
@@ -16225,7 +16225,7 @@ f_winrestview(argvars, rettv)
|
||||
curwin->w_curswant = get_dict_number(dict, (char_u *)"curswant");
|
||||
curwin->w_set_curswant = FALSE;
|
||||
|
||||
curwin->w_topline = get_dict_number(dict, (char_u *)"topline");
|
||||
set_topline(curwin, get_dict_number(dict, (char_u *)"topline"));
|
||||
#ifdef FEAT_DIFF
|
||||
curwin->w_topfill = get_dict_number(dict, (char_u *)"topfill");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user