commit | c07f11e42fc2eac5e750bf05aa3030f9b02a22ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 27 14:31:47 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 27 14:31:47 2021 +0000 |
tree | 8424497e7c05693a9f81d02a4d8559a97f7842d7 | |
parent | e9b0b40b7978f683977922233b42dd439ef31920 [diff] [blame] |
patch 8.2.3685: Visual studio project files are not recognized Problem: Visual studio project files are not recognized. Solution: Use the xml file type. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 35afaed..5483fe6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3685, +/**/ 3684, /**/ 3683,