commit | c3bf7b56f2703e2d6f36dfb05fd32b5b43ce3c3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 22:09:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 22:09:34 2019 +0200 |
tree | b631eef38014ef0c64d84effff6578873d02f42b | |
parent | 89577b3b3e559d6ed8467b8e756f86f9f9607cae [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e2e213e..e371d68 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2175, +/**/ 2174, /**/ 2173,