File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -886,11 +886,11 @@ func Test_highlight_clear_restores_context()
886886 let patContextDefault = fnamemodify (scriptContextDefault, ' :t' ) .. ' line 1'
887887 let patContextRelink = fnamemodify (scriptContextRelink, ' :t' ) .. ' line 2'
888888
889- exec " source" scriptContextDefault
889+ exec ' source ' .. scriptContextDefault
890890 let hlContextDefault = execute (" verbose hi Context" )
891891 call assert_match (patContextDefault, hlContextDefault)
892892
893- exec " source" scriptContextRelink
893+ exec ' source ' .. scriptContextRelink
894894 let hlContextRelink = execute (" verbose hi Context" )
895895 call assert_match (patContextRelink, hlContextRelink)
896896
Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ static char *(features[]) =
750750
751751static int included_patches [] =
752752{ /* Add new patch number below this line */
753+ /**/
754+ 1707 ,
753755/**/
754756 1706 ,
755757/**/
You can’t perform that action at this time.
0 commit comments