commit | 1a4dce7cad4af4de347853aad6d671da2df662ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 16 22:21:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 16 22:21:05 2019 +0200 |
tree | d379d386b097410f1658cd4607f72f1ef7abae2e | |
parent | 7f27976589f075d591d54f754be257b5f6e6fd92 [diff] [blame] |
patch 8.1.1177: .ts files are recognized as xml, typescript is more common Problem: .ts files are recognized as xml, while typescript is more common. Solution: Recognize .ts files as typescript. (closes #4264)
diff --git a/src/version.c b/src/version.c index bfb5c59..939f378 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1177, +/**/ 1176, /**/ 1175,