commit | 1500a42c42b26cb63659d90883f7a438895cd273 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 24 15:38:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 24 15:38:21 2019 +0100 |
tree | de6dddf2e380abd69377b7c065ec00b48fd8e1cf | |
parent | 49d68bf5e4d9306269b141f0576bbf44631f4ff0 [diff] [blame] |
patch 8.2.0037: missing renamed message Problem: Missing renamed message. Solution: Now really add the error number.
diff --git a/src/version.c b/src/version.c index 6978a31..aa7b13c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 37, +/**/ 36, /**/ 35,