0
0
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:
Bram Moolenaar 2006-10-17 16:34:24 +00:00
parent a350f4a54f
commit 5fc1a8b5d7
2 changed files with 3 additions and 1 deletions

View File

@ -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
{

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
143,
/**/
142,
/**/