mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #5779 from lonerover/vim-7.4.2337
vim-patch:7.4.2337
This commit is contained in:
commit
aa4ef8966c
@ -1862,7 +1862,7 @@ parse_line:
|
|||||||
&& memcmp(mfp2->match, mfp->match,
|
&& memcmp(mfp2->match, mfp->match,
|
||||||
(size_t)mfp->len) == 0)
|
(size_t)mfp->len) == 0)
|
||||||
break;
|
break;
|
||||||
line_breakcheck();
|
fast_breakcheck();
|
||||||
}
|
}
|
||||||
if (i < 0) {
|
if (i < 0) {
|
||||||
((struct match_found **)(ga_match[mtt].ga_data))
|
((struct match_found **)(ga_match[mtt].ga_data))
|
||||||
|
@ -103,7 +103,7 @@ static int included_patches[] = {
|
|||||||
// 2340 NA
|
// 2340 NA
|
||||||
// 2339,
|
// 2339,
|
||||||
// 2338 NA
|
// 2338 NA
|
||||||
// 2337,
|
2337,
|
||||||
// 2336,
|
// 2336,
|
||||||
// 2335,
|
// 2335,
|
||||||
// 2334,
|
// 2334,
|
||||||
|
Loading…
Reference in New Issue
Block a user