commit | 35b251d2c2c9d415887d334473669ea886117356 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 20:18:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 20:18:16 2022 +0100 |
tree | 464d7c5573340828a13d358c6c51da6e451dd629 | |
parent | 97f0eb169bf805c372b13c6bc9a03da2e75e3354 [diff] [blame] |
patch 9.0.0679: tests failing with 'smoothscroll', 'number' and "n" in 'cpo' Problem: Tests failing with 'smoothscroll', 'number' and "n" in 'cpo'. Solution: Do not count number column in topline if columns are skipped.
diff --git a/src/version.c b/src/version.c index 014a83c..2e9c91d 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 679, +/**/ 678, /**/ 677,