commit | b237ae7b837a31922d31c3a27b7c66e63468b8a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 07 18:05:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 07 18:05:02 2020 +0100 |
tree | cd3a43d0ec35fe0d57547862dbf60737d15d1a07 | |
parent | 7b130b9738c3d3975721ce9b84f91320e8d4857c [diff] [blame] |
patch 8.2.2106: TOML files are not recognized Problem: TOML files are not recognized. Solution: Match *.toml. (issue #7432)
diff --git a/src/version.c b/src/version.c index 28360de..b0df924 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2106, +/**/ 2105, /**/ 2104,