diff src/version.c @ 19164:bfe90421e223 v8.2.0141

patch 8.2.0141: no swift filetype detection Commit: https://github.com/vim/vim/commit/0d76683e094c6cac2e879601aff3acf1163cbe0b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 22 22:10:54 2020 +0100 patch 8.2.0141: no swift filetype detection Problem: No swift filetype detection. Solution: Add swift, swiftgyb and sil. (Emir Sar?, closes https://github.com/vim/vim/issues/5517)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Jan 2020 22:15:09 +0100
parents 27ff44268da5
children 215793f6b59d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    141,
+/**/
     140,
 /**/
     139,