commit | 3725116f6ec3b5c01e456b151a60c0690e04f76c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 20:48:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 20:48:00 2022 +0100 |
tree | aa735489d28f654d15bbdb9b7c1b7c41ecf3289a | |
parent | 35b251d2c2c9d415887d334473669ea886117356 [diff] [blame] |
patch 9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo' Problem: Tests failing with 'breakindent', 'number' and "n" in 'cpo'. Solution: Do count the number column in topline if 'breakindent' is set.
diff --git a/src/version.c b/src/version.c index 2e9c91d..346894d 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 680, +/**/ 679, /**/ 678,