commit | 318e7a9c03ed4beadd3c6089f5807938e3c1f843 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 26 22:05:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 26 22:05:06 2020 +0100 |
tree | a8cf7d5fe34fcf7940c841a795c721e5fed24ba3 | |
parent | 4b96df5a017a04141c4e901b1fc5704a3ca48099 [diff] |
patch 8.2.0157: Vim9 script files not in list of distributed files Problem: Vim9 script files not in list of distributed files. Solution: Add the entries.
diff --git a/src/version.c b/src/version.c index ed71960..739169f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 157, +/**/ 156, /**/ 155,