To: vim_dev@googlegroups.com Subject: Patch 8.1.1931 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.1931 (after 8.1.1930) Problem: Syntax test fails. Solution: Add new javascriptreact type to completions. Files: src/testdir/test_syntax.vim *** ../vim-8.1.1930/src/testdir/test_syntax.vim 2019-08-07 23:07:03.960858821 +0200 --- src/testdir/test_syntax.vim 2019-08-26 22:37:04.082274965 +0200 *************** *** 393,399 **** func Test_ownsyntax_completion() call feedkeys(":ownsyntax java\\\"\", 'tx') ! call assert_equal('"ownsyntax java javacc javascript', @:) endfunc func Test_highlight_invalid_arg() --- 393,399 ---- func Test_ownsyntax_completion() call feedkeys(":ownsyntax java\\\"\", 'tx') ! call assert_equal('"ownsyntax java javacc javascript javascriptreact', @:) endfunc func Test_highlight_invalid_arg() *** ../vim-8.1.1930/src/version.c 2019-08-26 21:27:50.537526592 +0200 --- src/version.c 2019-08-26 22:38:06.054006815 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1931, /**/ -- hundred-and-one symptoms of being an internet addict: 124. You begin conversations with, "Who is your internet service provider?" /// 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 ///