commit | ab067a21b9622513ed75f4801b001606eeaf2474 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 22:57:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 22:57:59 2020 +0100 |
tree | bbbb6bf407704a351d2d1fc79a02b975c5312a9e | |
parent | 7cc96923c44bbcc541cbd211b6308d87a965f0c3 [diff] [blame] |
patch 8.2.0190: Kotlin files are not recognized Problem: Kotlin files are not recognized. Solution: Detect Kotlin files. (Alkeryn, closes #5560)
diff --git a/src/version.c b/src/version.c index 5f090c3..f351d35 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 190, +/**/ 189, /**/ 188,