commit | cf030578b26460643dca4a40e7f2e3bc19c749aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 16:18:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 16:18:41 2022 +0100 |
tree | 78178e2ba4721e39a9a4a474aae2476bd8bde0c8 | |
parent | 009e79c7b7f20d8e176a16fa8e1d510273c0a259 [diff] [blame] |
patch 8.2.4890: inconsistent capitalization in error messages Problem: Inconsistent capitalization in error messages. Solution: Make capitalization consistent. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 1b781d9..d5b3333 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4890, +/**/ 4889, /**/ 4888,