commit | 8e5ba693ad9377fbf4b047093624248b81eac854 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Thu Feb 17 21:30:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 17 21:30:26 2022 +0000 |
tree | 128ca3ac364ada5c021fe48b0008333d532117c1 | |
parent | 0c7f2610de94b42ce111c4839ba37505720181d4 [diff] [blame] |
patch 8.2.4411: bicep files are not recognized Problem: Bicep files are not recognized. Solution: Match *.bicep files. (Dundar Goc, closes #9791)
diff --git a/src/version.c b/src/version.c index d8b00f1..5cfd0a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4411, +/**/ 4410, /**/ 4409,