commit | b544f3c81f1e6a50322855681ac266ffaa8e313c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 19:03:28 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 19:03:28 2017 +0100 |
tree | 65ae4057660ce5f73ad2b3e68fe4645570702b4d | |
parent | dc9a081712ec8c140e6d4909e9f6b03a629d32d3 [diff] [blame] |
patch 8.0.0360: sometimes VimL is used instead of "Vim script" Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 3bd6204..a282a5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 360, +/**/ 359, /**/ 358,