patch 8.1.2185: syntax test fails
Problem: Syntax test fails.
Solution: Add missing file patch.
diff --git a/src/testdir/test_syntax.vim b/src/testdir/test_syntax.vim
index 6705c57..4f431d0 100644
--- a/src/testdir/test_syntax.vim
+++ b/src/testdir/test_syntax.vim
@@ -555,6 +555,7 @@
\ "\tfor (int i = 0; i < count; ++i) {",
\ "\t break;",
\ "\t}",
+ \ "\tNote: asdf",
\ '}',
\ ], 'Xtest.c')
@@ -562,7 +563,8 @@
" 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")
diff --git a/src/version.c b/src/version.c
index 447f761..dd957cd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2185,
+/**/
2184,
/**/
2183,