From: Bram Moolenaar Date: Sun, 19 Aug 2018 15:04:01 +0000 (+0200) Subject: patch 8.1.0299: misplaced comment X-Git-Tag: v8.1.0299 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=142ae736d984f4575c1c6ec1a4f679ae4ddf9413;p=thirdparty%2Fvim.git patch 8.1.0299: misplaced comment Problem: misplaced comment Solution: Remove comment --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index fa621f4978..c3414914f8 100644 --- 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 index ac39425536..7278799b78 100644 --- a/src/version.c +++ b/src/version.c @@ -794,6 +794,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 299, /**/ 298, /**/