commit | cfabad9bcf45650dee1f1f41ec4047f82a12f323 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 13:30:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 13:30:43 2021 +0000 |
tree | 68e25d847253a4a584f69658872ab3e90cb770a1 | |
parent | a5d78d1f1123d9ffccd5ba58f2d2dec44cc59e94 [diff] [blame] |
patch 8.2.3814: .csx files and .sln files are not recognized Problem: .csx files and .sln files are not recognized. Solution: Add filetype patterns. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index b8f9d9a..3395864 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3814, +/**/ 3813, /**/ 3812,