commit | 47da934844afec7b04d94e0d1f8cf0a86e1b9bea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 22:18:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 22:18:13 2022 +0100 |
tree | 97b80d56b6be225d9d8f2b898dda026731b33a76 | |
parent | 70e672580b39eb79607c304803efb954cc11f4e6 [diff] [blame] |
patch 9.0.0612: blockedit test passes with wrong result Problem: Blockedit test passes with wrong result. Solution: Add a "vim9script" line to make indenting work.
diff --git a/src/version.c b/src/version.c index b582b26..e92207e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 612, +/**/ 611, /**/ 610,