commit | 4d2031fdbe833431269a960dd2f0287dbcaa92f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 20:03:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 20:03:55 2022 +0100 |
tree | e0a6f785197a5e984b4f4a43c4c81b2e63bdc73a | |
parent | 213bbaf15afc628e5f83d1ae6526631ca8292292 [diff] [blame] |
patch 9.0.0146: missing part of change for "override" flag Problem: Missing part of change for "override" flag. Solution: Add the missing change.
diff --git a/src/version.c b/src/version.c index 6ca8bd0..80b6cd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 146, +/**/ 145, /**/ 144,