diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-18 18:15:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-18 18:15:16 +0100 |
commit | 7a43cb9cb5909634469b0a3e865747f10ea38e9b (patch) | |
tree | 53695dcc7a9befa183f93e36a51396133f4198e7 /src/version.c | |
parent | 7416f3e73ab2c4e7ae3adc2ff6e70234f7d40d2e (diff) | |
download | vim-git-8.0.0476.tar.gz |
patch 8.0.0476: missing change to main.cv8.0.0476
Problem: Missing change to main.c.
Solution: Add new function.
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 18ba30e87..b818b01ac 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 476, +/**/ 475, /**/ 474, |