commit | c80f647512b001fb6952ed10d076d56c3d4b84e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 12 22:16:41 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 12 22:16:41 2021 +0100 |
tree | 568d4ba163836313fbfa968753a3c8a533953b0b | |
parent | 12bce95887f7c5f07a7bdb7b4485b53d074ccc0a [diff] [blame] |
patch 8.2.2591: Poke files are not recognized Problem: Poke files are not recognized. Solution: Add a filetype entry. (Matt Ihlenfield)
diff --git a/src/version.c b/src/version.c index 1eecf5d..76a95b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2591, +/**/ 2590, /**/ 2589,