commit | afbdb905c37675851e79d21239f502cd8e4ced9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 14:10:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 14:10:21 2019 +0200 |
tree | 1ab3f65bee1ba0b42837016a55f2938d9459bfdd | |
parent | 8459006af5e78bd0bd6dcfc6d54ddac35a91ee1c [diff] [blame] |
patch 8.1.2177: Dart files are not recognized Problem: Dart files are not recognized. Solution: Add a filetype rule. (Eugene Ciurana, closes #5087)
diff --git a/src/version.c b/src/version.c index 3a7347c..f96160e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2177, +/**/ 2176, /**/ 2175,