commit | ad72350360d1a68d251da62a6e8610950926278c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 20:24:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 20:24:58 2020 +0200 |
tree | 9113907cc82c3c404200b2b1f36cd1f031fb762f | |
parent | b340baed9f7fc1c19a0742e2214d54982190c15e [diff] [blame] |
patch 8.2.0983: SConstruct file type not recognized Problem: SConstruct file type not recognized. Solution: Use python for SConstruct files. (Roland Hieber)
diff --git a/src/version.c b/src/version.c index 0866fcc..7d7b965 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 983, +/**/ 982, /**/ 981,