1
0
forked from aniani/vim

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)
This commit is contained in:
Brandon Simmons
2022-04-23 13:50:17 +01:00
committed by Bram Moolenaar
parent 8279cfe499
commit 2c40707baa
3 changed files with 25 additions and 2 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4813,
/**/
4812,
/**/