summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBrandon Simmons <simmsbra@gmail.com>2022-05-23 15:33:08 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-23 15:33:08 +0100
commite8c4a64bffbe628a46dc172d04cfc2db6e8dd8b6 (patch)
tree48926207f8f118931908d9b16ccd09168a176fc0 /src/version.c
parent7e667788150be617aeac42b0d668618ac33ab9da (diff)
downloadvim-git-e8c4a64bffbe628a46dc172d04cfc2db6e8dd8b6.tar.gz
patch 8.2.5009: fold may not be closeable after appendingv8.2.5009
Problem: Fold may not be closeable after appending. Solution: Set the fd_small flag to MAYBE. (Brandon Simmons, closes #10471)
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 36350c3b3..07f1b5d63 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5009,
+/**/
5008,
/**/
5007,