commit | 70a120b72b2b48800f881725c58241cd170893f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 11:33:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 11:33:56 2021 +0000 |
tree | a52867d68026c158c2dc589bf3842fcf0f8dcb86 | |
parent | 51e64b2789eb7e60f7c5892a43426ab4ec1a54aa [diff] [blame] |
patch 8.2.3880: Solution filter files are not recognized Problem: Solution filter files are not recognized. Solution: Add pattern *.slnf and use json. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 20c78d7..6b4708d 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3880, +/**/ 3879, /**/ 3878,