commit | 9e6ba8cbef2b2363f1d0a0e2c2a8d21c3b987416 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 12 22:21:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 12 22:21:26 2020 +0200 |
tree | 9983ac90d3141ebbf05b0334c8bf83b84e87de4e | |
parent | 5aed0ccb965dbad4b60f4c77c9c4455a9379e73c [diff] [blame] |
patch 8.2.0744: the name vim is not capatilized in a message Problem: The name vim is not capatilized in a message. Solution: Use "Vim" instead of "vim".
diff --git a/src/version.c b/src/version.c index 1ce64b7..bd5337b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 744, +/**/ 743, /**/ 742,