mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-143
This commit is contained in:
parent
a350f4a54f
commit
5fc1a8b5d7
@ -3405,7 +3405,7 @@ set_option_default(opt_idx, opt_flags, compatible)
|
||||
}
|
||||
else if (flags & P_NUM)
|
||||
{
|
||||
if (varp == (char_u *)PV_SCROLL)
|
||||
if (options[opt_idx].indir == PV_SCROLL)
|
||||
win_comp_scroll(curwin);
|
||||
else
|
||||
{
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
143,
|
||||
/**/
|
||||
142,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user