commit | 66000ff9af8e3de93825ce7baa0c43727465eca5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 17:47:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 17:47:12 2022 +0100 |
tree | dae7d8250af62d762d1857db830f26b03f20ffdf | |
parent | 9fbdbb814f4ad67a14979aba4a6a49800c2f1a99 [diff] [blame] |
patch 9.0.0609: blockedit test fails because of wrong indent Problem: Blockedit test fails because of wrong indent. Solution: Adjust the expected text temporarily
diff --git a/src/version.c b/src/version.c index ea6f9d3..d32b926 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 609, +/**/ 608, /**/ 607,