diff src/version.c @ 18362:8144f89e6f28 v8.1.2175

patch 8.1.2175: meson files are not recognized Commit: https://github.com/vim/vim/commit/c3bf7b56f2703e2d6f36dfb05fd32b5b43ce3c3f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 18 22:09:34 2019 +0200 patch 8.1.2175: meson files are not recognized Problem: Meson files are not recognized. Solution: Add the meson filetype. (Liam Beguin , Nirbheek Chauhan, closes #5056) Also recognize hollywood.
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Oct 2019 22:15:03 +0200
parents e460e6878406
children ee489bb09ea8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2175,
+/**/
     2174,
 /**/
     2173,