commit | af1a0e371e739f8dff337fd31da0ff8ffb347b43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 22:19:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 22:19:26 2016 +0100 |
tree | 5b57acb24b0604b274725ebfe14aa24b0cbad7bc | |
parent | 562ca7142845273bca656aa5aeeda90f001062e0 [diff] [blame] |
patch 7.4.1528 Problem: Using "ever" for packages is confusing. Solution: Use "start", as it's related to startup.
diff --git a/src/version.c b/src/version.c index af4ebc0..16855d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1528, +/**/ 1527, /**/ 1526,