commit | 965d2edbce1a8ccba96925be5ac4575981f68949 | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Mon Oct 04 21:51:57 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 21:51:57 2021 +0100 |
tree | 5d3b1884ac6b125fdc692b1bf296b967fa6731cd | |
parent | 6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0 [diff] [blame] |
patch 8.2.3474: some places use "Vimscript" instead of "Vim script" Problem: Some places use "Vimscript" instead of "Vim script". Solution: Consistently use "Vim script". (Hirohito Higashi, closes #8910)
diff --git a/src/version.c b/src/version.c index 21aab4f..e927191 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3474, +/**/ 3473, /**/ 3472,