commit | e8c4a64bffbe628a46dc172d04cfc2db6e8dd8b6 | [log] [tgz] |
---|---|---|
author | Brandon Simmons <simmsbra@gmail.com> | Mon May 23 15:33:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 23 15:33:08 2022 +0100 |
tree | 48926207f8f118931908d9b16ccd09168a176fc0 | |
parent | 7e667788150be617aeac42b0d668618ac33ab9da [diff] [blame] |
patch 8.2.5009: fold may not be closeable after appending Problem: Fold may not be closeable after appending. Solution: Set the fd_small flag to MAYBE. (Brandon Simmons, closes #10471)
diff --git a/src/version.c b/src/version.c index 36350c3..07f1b5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5009, +/**/ 5008, /**/ 5007,