commit | 7707228aace9aff16434edf5377a354c6ad07316 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 17:55:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 17:55:40 2020 +0200 |
tree | c4bf24e675ae76e620e690cae4babe1b4f9dfa06 | |
parent | 2c12f890551bbdf5605472a4d711d48a273685d7 [diff] [blame] |
patch 8.2.1697: inconsistent capitalization of error messages Problem: Inconsistent capitalization of error messages. Solution: Always start with a capital.
diff --git a/src/version.c b/src/version.c index b503f3c..4418790 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1697, +/**/ 1696, /**/ 1695,