commit | 3ea62381c527395ae701715335776f427d22eb7b | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Thu Mar 23 15:45:46 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 23 15:45:46 2023 +0000 |
tree | 46be277416a7a9410aee099c256f921dc40ab805 | |
parent | 7ac36130e09d56c75134655a6b12218ddafeaa8b [diff] [blame] |
patch 9.0.1425: "wat" and "wast" files are one filetype Problem: "wat" and "wast" files are one filetype. Solution: Add a separate filetype for "wat" files. (Amaan Qureshi, closes #12165)
diff --git a/src/version.c b/src/version.c index 2438733..63428d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1425, +/**/ 1424, /**/ 1423,