commit | c572ad508f53bd89aa29081fc583f17ef1f0f123 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 20:49:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 20:49:22 2022 +0100 |
tree | 8c11a4d1f06f1ff3dadb662437c8d996d4cece13 | |
parent | 169003289fb4b2ad18fd7f5807e0d05efff0be85 [diff] [blame] |
patch 9.0.0420: function went missing Problem: Function went missing. Solution: Add the function back.
diff --git a/src/version.c b/src/version.c index 81de0b7..cfebf04 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 420, +/**/ 419, /**/ 418,