commit | 7fc6c0e4dab4e80b9806a973936af54276468513 | [log] [tgz] |
---|---|---|
author | rhysd <lin90162@yahoo.co.jp> | Tue Sep 27 11:57:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 11:57:13 2022 +0100 |
tree | 49b3fa58e666d3dfcf9b772c969e7b211630258a | |
parent | 368aa6908862874fdb901c534ee99033ac977e4a [diff] [blame] |
patch 9.0.0602: new TypeScript extensions are not recognized Problem: New TypeScript extensions are not recognized. Solution: Recognize .mts and .cts files. (closes #11237)
diff --git a/src/version.c b/src/version.c index 0952526..4304751 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 602, +/**/ 601, /**/ 600,