commit | 5c1ec439f0a69e9aa7ece9bbb7d916f48f58be1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 13:44:55 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 13:44:55 2021 +0000 |
tree | 060671f9ff0ec48a034ca697c6932398ef8fd80a | |
parent | af377e34b01ba00f9520d2b9de1f911e72db0114 [diff] [blame] |
patch 8.2.3695: confusing error for missing key Problem: Confusing error for missing key. Solution: Use the actualy key for the error. (closes #9241)
diff --git a/src/version.c b/src/version.c index 623afb2..e4c8589 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3695, +/**/ 3694, /**/ 3693,