# HG changeset patch # User Christian Brabandt # Date 1534691705 -7200 # Node ID 44df6e5c17c3a3771089efc3e4c2da0b3cc340b5 # Parent 6b938ed7d3b4a9837dade921a9d21ad085edf215 patch 8.1.0299: misplaced comment commit https://github.com/vim/vim/commit/142ae736d984f4575c1c6ec1a4f679ae4ddf9413 Author: Bram Moolenaar Date: Sun Aug 19 17:04:01 2018 +0200 patch 8.1.0299: misplaced comment Problem: misplaced comment Solution: Remove comment diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -272,7 +272,7 @@ let s:flaky = [ \ 'Test_paused()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', - \ 'Test_popup_and_window_resize()', " sometimes fails on Mac + \ 'Test_popup_and_window_resize()', \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_reltime()', diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -795,6 +795,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 299, +/**/ 298, /**/ 297,