mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1254 from splinterofchaos/na-patches
Mark patches 363 and 366 NA; vim-patch:7.4.375
This commit is contained in:
commit
04b298ee75
@ -7,9 +7,9 @@ STARTTEST
|
|||||||
:" --- Check that "matcharg()" returns the correct group and pattern if a match
|
:" --- Check that "matcharg()" returns the correct group and pattern if a match
|
||||||
:" --- is defined.
|
:" --- is defined.
|
||||||
:let @r = "*** Test 1: "
|
:let @r = "*** Test 1: "
|
||||||
:highlight MyGroup1 ctermbg=red
|
:highlight MyGroup1 ctermbg=red guibg=red
|
||||||
:highlight MyGroup2 ctermbg=green
|
:highlight MyGroup2 ctermbg=green guibg=green
|
||||||
:highlight MyGroup3 ctermbg=blue
|
:highlight MyGroup3 ctermbg=blue guibg=blue
|
||||||
:match MyGroup1 /TODO/
|
:match MyGroup1 /TODO/
|
||||||
:2match MyGroup2 /FIXME/
|
:2match MyGroup2 /FIXME/
|
||||||
:3match MyGroup3 /XXX/
|
:3match MyGroup3 /XXX/
|
||||||
|
@ -266,7 +266,7 @@ static int included_patches[] = {
|
|||||||
//378,
|
//378,
|
||||||
377,
|
377,
|
||||||
376,
|
376,
|
||||||
//375,
|
375,
|
||||||
374,
|
374,
|
||||||
373,
|
373,
|
||||||
372,
|
372,
|
||||||
@ -275,10 +275,10 @@ static int included_patches[] = {
|
|||||||
369,
|
369,
|
||||||
368,
|
368,
|
||||||
367,
|
367,
|
||||||
//366,
|
//366 NA
|
||||||
365,
|
365,
|
||||||
364,
|
364,
|
||||||
//363,
|
//363 NA
|
||||||
362,
|
362,
|
||||||
361,
|
361,
|
||||||
360,
|
360,
|
||||||
|
Loading…
Reference in New Issue
Block a user