commit | 856c5d2bc7c3864f8b63a0ab3e376d5c5e51f1d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 21:54:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 21:54:28 2022 +0100 |
tree | 378e566f0fe523a42b754c8e3d4162f58c7e4b9a | |
parent | 4b6172e108fe06be47c09f8690dc54608be3ee80 [diff] [blame] |
patch 9.0.0746: breakindent test cases are commented out Problem: Breakindent test cases are commented out. Solution: Adjust expected result to slightly different behavior. Correct computations for cursor position.
diff --git a/src/version.c b/src/version.c index 717db79..33ae7a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 746, +/**/ 745, /**/ 744,