0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.1.0299: misplaced comment

Problem:    misplaced comment
Solution:   Remove comment
This commit is contained in:
Bram Moolenaar
2018-08-19 17:04:01 +02:00
parent 46fad2ef0b
commit 142ae736d9
2 changed files with 3 additions and 1 deletions

View 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()',

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
299,
/**/
298,
/**/