summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-12 22:16:41 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-12 22:16:41 +0100
commitc80f647512b001fb6952ed10d076d56c3d4b84e0 (patch)
tree568d4ba163836313fbfa968753a3c8a533953b0b /src/version.c
parent12bce95887f7c5f07a7bdb7b4485b53d074ccc0a (diff)
downloadvim-git-c80f647512b001fb6952ed10d076d56c3d4b84e0.tar.gz
patch 8.2.2591: Poke files are not recognizedv8.2.2591
Problem: Poke files are not recognized. Solution: Add a filetype entry. (Matt Ihlenfield)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1eecf5d98..76a95b9b6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2591,
+/**/
2590,
/**/
2589,