To: vim_dev@googlegroups.com Subject: Patch 8.1.2185 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2185 (after 8.1.2181) Problem: Syntax test fails. Solution: Add missing file patch. Files: src/testdir/test_syntax.vim *** ../vim-8.1.2184/src/testdir/test_syntax.vim 2019-10-18 23:12:16.659427687 +0200 --- src/testdir/test_syntax.vim 2019-10-19 17:15:41.337403869 +0200 *************** *** 555,560 **** --- 555,561 ---- \ "\tfor (int i = 0; i < count; ++i) {", \ "\t break;", \ "\t}", + \ "\tNote: asdf", \ '}', \ ], 'Xtest.c') *************** *** 562,568 **** " response to t_RB corrects it to "light". let $COLORFGBG = '15;0' ! let buf = RunVimInTerminal('Xtest.c', {}) call term_sendkeys(buf, ":set hlsearch\r") call term_sendkeys(buf, "/endif\r") call term_sendkeys(buf, "vjfC") --- 563,570 ---- " response to t_RB corrects it to "light". let $COLORFGBG = '15;0' ! 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") *** ../vim-8.1.2184/src/version.c 2019-10-19 20:18:42.630199293 +0200 --- src/version.c 2019-10-19 20:37:57.661054711 +0200 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2185, /**/ -- FIRST SOLDIER: So they wouldn't be able to bring a coconut back anyway. SECOND SOLDIER: Wait a minute! Suppose two swallows carried it together? FIRST SOLDIER: No, they'd have to have it on a line. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///