commit | 9032b9ceb6073288d75386dbcbd9d1982fa24080 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 21:57:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 21:57:13 2022 +0100 |
tree | d69dec557e6c8bc85c9808bc71b3ae356180a450 | |
parent | 326c5d36e7cb8526330565109c17b4a13ff790ae [diff] [blame] |
patch 9.0.0195: metafun files are not recogized Problem: Metafun files are not recogized. Solution: Add filetype detection patterns.
diff --git a/src/version.c b/src/version.c index 4c4fcb6..72890e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 195, +/**/ 194, /**/ 193,