Merge pull request #5779 from lonerover/vim-7.4.2337

vim-patch:7.4.2337
This commit is contained in:
James McCoy 2016-12-16 10:08:26 -05:00
commit aa4ef8966c
2 changed files with 2 additions and 2 deletions

View File

@ -1862,7 +1862,7 @@ parse_line:
&& memcmp(mfp2->match, mfp->match,
(size_t)mfp->len) == 0)
break;
line_breakcheck();
fast_breakcheck();
}
if (i < 0) {
((struct match_found **)(ga_match[mtt].ga_data))

View File

@ -103,7 +103,7 @@ static int included_patches[] = {
// 2340 NA
// 2339,
// 2338 NA
// 2337,
2337,
// 2336,
// 2335,
// 2334,