commit | a9fa8c58fbcc5cf8850f6963c509de272f4d4bbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 18:10:04 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 18:10:04 2023 +0000 |
tree | 891f3c44b937d7a4a7492b83826ca114c31f22ff | |
parent | dc4daa3a3915fba11ac87d27977240d9a5e0d47d [diff] [blame] |
patch 9.0.1133: error message names do not match the items Problem: Error message names do not match the items. Solution: Add "_str" when the text contains "%s".
diff --git a/src/version.c b/src/version.c index 08a0215..d257289 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1133, +/**/ 1132, /**/ 1131,