0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.1-024

This commit is contained in:
Bram Moolenaar
2007-07-10 11:09:36 +00:00
parent 9a149791fc
commit aec1179e5e
2 changed files with 5 additions and 0 deletions

View File

@@ -2124,6 +2124,9 @@ findmatchlimit(oap, initc, flags, maxtravel)
else if (!backwards)
inquote = TRUE;
}
/* ml_get() only keeps one line, need to get linep again */
linep = ml_get(pos.lnum);
}
}
}

View File

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