]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4813: pasting text while indent folding may mess up folds v8.2.4813
authorBrandon Simmons <simmsbra@gmail.com>
Sat, 23 Apr 2022 12:50:17 +0000 (13:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Apr 2022 12:50:17 +0000 (13:50 +0100)
commit2c40707baa13a53cac4137ffb8b2ac67f50cea63
tree260b40a241950eb8fbe5cad245dfe9f6c8beb768
parent8279cfe49961b3711c84c66a9954c9f70e9b78c8
patch 8.2.4813: pasting text while indent folding may mess up folds

Problem:    Pasting text while indent folding may mess up folds.
Solution:   Adjust the way folds are split. (Brandon Simmons, closes #10254)
src/fold.c
src/testdir/test_fold.vim
src/version.c