diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-28 22:06:23 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-28 22:06:23 +0100 |
commit | a30590d3e78aed3f6039edc642fb7532c40ea54e (patch) | |
tree | a54b55f53868d9b5b85868753db2df2aa10ed5f3 /src/version.c | |
parent | 7b1b36b1cb744e87adfbef88b7ce26c863b0594a (diff) | |
download | vim-git-8.2.0471.tar.gz |
patch 8.2.0471: missing change to compile_list()v8.2.0471
Problem: Missing change to compile_list().
Solution: Add error message.
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 954a751d5..1d71cf0f0 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 471, +/**/ 470, /**/ 469, |