1
0
forked from aniani/vim

patch 8.1.2059: fix for "x" deleting a fold has side effects

Problem:    Fix for "x" deleting a fold has side effects.
Solution:   Fix it where the fold is included.
This commit is contained in:
Bram Moolenaar
2019-09-20 13:40:14 +02:00
parent 4bd782339e
commit 56ebbabea1
2 changed files with 6 additions and 10 deletions

View File

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