commit | a30590d3e78aed3f6039edc642fb7532c40ea54e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 28 22:06:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 28 22:06:23 2020 +0100 |
tree | a54b55f53868d9b5b85868753db2df2aa10ed5f3 | |
parent | 7b1b36b1cb744e87adfbef88b7ce26c863b0594a [diff] [blame] |
patch 8.2.0471: missing change to compile_list() Problem: Missing change to compile_list(). Solution: Add error message.
diff --git a/src/version.c b/src/version.c index 954a751..1d71cf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 471, +/**/ 470, /**/ 469,