commit | dea561111a5761bf99397a246b8baa43e73288de | [log] [tgz] |
---|---|---|
author | Bastian Venthur <bastian.venthur@flixbus.com> | Tue Aug 17 23:44:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 17 23:44:54 2021 +0200 |
tree | d0f4e2893ad63f84a4a84de7a7b46987c2dbd494 | |
parent | 02f8694a6bd116ab3316add4a7ea6735bf2e8839 [diff] [blame] |
patch 8.2.3358: structurizr files are not recognized Problem: Structurizr files are not recognized. Solution: Recognize the file by contents. (Bastian Venthur, closes #8764)
diff --git a/src/version.c b/src/version.c index 727257d..74b234a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3358, +/**/ 3357, /**/ 3356,