0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 8.1.2185: syntax test fails

Problem:    Syntax test fails.
Solution:   Add missing file patch.
This commit is contained in:
Bram Moolenaar
2019-10-19 20:38:15 +02:00
parent cfb381421f
commit bbfd1562ae
2 changed files with 5 additions and 1 deletions

View File

@@ -555,6 +555,7 @@ func Test_syntax_c()
\ "\tfor (int i = 0; i < count; ++i) {",
\ "\t break;",
\ "\t}",
\ "\tNote: asdf",
\ '}',
\ ], 'Xtest.c')
@@ -562,7 +563,8 @@ func Test_syntax_c()
" response to t_RB corrects it to "light".
let $COLORFGBG = '15;0'
let buf = RunVimInTerminal('Xtest.c', {})
let buf = RunVimInTerminal('Xtest.c', #{rows: 22})
call term_sendkeys(buf, ":syn keyword Search Note\r")
call term_sendkeys(buf, ":set hlsearch\r")
call term_sendkeys(buf, "/endif\r")
call term_sendkeys(buf, "vjfC")

View File

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