commit | 097c5370ea8abab17ceb0f3bcd74f57b1655c7f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 24 21:02:24 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 24 21:02:24 2023 +0100 |
tree | 031d9928ff74a50cb4f7eb25270e13561a2d8d27 | |
parent | a8490a4952c320f234ae4528d4a1e812a27f3a0a [diff] [blame] |
patch 9.0.1576: users may not know what to do with an internal error Problem: Users may not know what to do with an internal error. Solution: Add a translated message with instructions.
diff --git a/src/version.c b/src/version.c index 11e29de..d9ce3d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1576, +/**/ 1575, /**/ 1574,