commit | be33e5e4a979811df84e19995b94655128f31046 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 18:00:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 18:00:10 2022 +0100 |
tree | 5fec71220b796db6fd0c660eac9929bf67ef195c | |
parent | b7963df98f9dbbb824713acad2f47c9989fcf8f3 [diff] [blame] |
patch 9.0.0122: breakindent test fails Problem: Breakindent test fails. Solution: Fix condition.
diff --git a/src/version.c b/src/version.c index af52ab8..aed14f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 122, +/**/ 121, /**/ 120,