]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.0299: misplaced comment v8.1.0299
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Aug 2018 15:04:01 +0000 (17:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Aug 2018 15:04:01 +0000 (17:04 +0200)
Problem:    misplaced comment
Solution:   Remove comment

src/testdir/runtest.vim
src/version.c

index fa621f497837b79938f5db4c04c5f360079daf5f..c3414914f835ca3f615f87157251c83410047ab8 100644 (file)
@@ -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()',
index ac394255360a263f7068c4c216c58bb496824656..7278799b78c53487cd045bfe64991d2946ad3ae9 100644 (file)
@@ -794,6 +794,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    299,
 /**/
     298,
 /**/