commit | bf82df0dd48a26404b92a596498b6892c9572c53 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Wed May 25 12:42:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 25 12:42:08 2022 +0100 |
tree | 3a09bdefff6806be5815d7f3fc443352920db3e6 | |
parent | 4c3d21acaa09d929e6afe10288babe1d0af3de35 [diff] [blame] |
patch 8.2.5015: Hoon and Moonscript files are not recognized Problem: Hoon and Moonscript files are not recognized. Solution: Add filetype patterns. (Goc Dundar, closes #10478)
diff --git a/src/version.c b/src/version.c index a4af508..4682108 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5015, +/**/ 5014, /**/ 5013,