commit | 0d76683e094c6cac2e879601aff3acf1163cbe0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 22 22:10:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 22 22:10:54 2020 +0100 |
tree | cdaf6f71208d8744a37381d9240d9774b70cd201 | |
parent | ade0d39468014fd55d30f7647a1ac104baff4bc5 [diff] [blame] |
patch 8.2.0141: no swift filetype detection Problem: No swift filetype detection. Solution: Add swift, swiftgyb and sil. (Emir Sarı, closes #5517)
diff --git a/src/version.c b/src/version.c index 9748392..3f4eb80 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 141, +/**/ 140, /**/ 139,