patch 8.2.5009: fold may not be closeable after appending v8.2.5009
authorBrandon Simmons <simmsbra@gmail.com>
Mon, 23 May 2022 14:33:08 +0000 (15:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 May 2022 14:33:08 +0000 (15:33 +0100)
commite8c4a64bffbe628a46dc172d04cfc2db6e8dd8b6
tree48926207f8f118931908d9b16ccd09168a176fc0
parent7e667788150be617aeac42b0d668618ac33ab9da
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)
src/fold.c
src/testdir/test_fold.vim
src/version.c