commit | 61015162ba834541c42da5db6f3fa0ebe1d40e87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 17:56:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 17:56:09 2021 +0100 |
tree | 9f88c5b4fca46e1b03902ea64c1c1f43b7521dbc | |
parent | 1d859e24218635c57c09801840ff159cb845ae6a [diff] [blame] |
patch 8.2.2423: missing error message Problem: Missing error message. Solution: Add the error message.
diff --git a/src/version.c b/src/version.c index c710be8..0816982 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2423, +/**/ 2422, /**/ 2421,