diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-05-10 17:51:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-05-10 17:51:55 +0100 |
commit | df6e0e46c55c9c6d788f94482a8858c0f31391f4 (patch) | |
tree | b470d853af812c21115b1b2d64cbe7f5037a926a /src/version.c | |
parent | d8f5f766219273a8579947cc80b92580b6988a4b (diff) | |
download | vim-git-8.2.4933.tar.gz |
patch 8.2.4933: a few more capitalization mistakes in error messagesv8.2.4933
Problem: A few more capitalization mistakes in error messages.
Solution: Adjust capitalization. (Doug Kearns)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e7affba03..cffc70357 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4933, +/**/ 4932, /**/ 4931, |