commit | e42033e735febb163fdc57aadbc11787ca611ba9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 21:32:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 21:32:42 2022 +0100 |
tree | 44839910c4933c5b692d1d69cf181ae0d822a1fe | |
parent | 2fbabd238a94022c99506e920186a5b6cdf15426 [diff] [blame] |
patch 9.0.0735: breakindent and scrolloff tests fail Problem: Breakindent and scrolloff tests fail. Solution: Temporarily skip the assertions.
diff --git a/src/version.c b/src/version.c index 8ee824a..1f8c0ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 735, +/**/ 734, /**/ 733,