1
0
forked from aniani/vim

patch 8.2.2271: ml_get error when changing hidden buffer in Python

Problem:    ml_get error when changing hidden buffer in Python.
Solution:   Block updating folds. (closes #7598)
This commit is contained in:
Bram Moolenaar
2021-01-02 13:53:59 +01:00
parent 38a434f7ba
commit 3e0107ea16
3 changed files with 41 additions and 0 deletions

View File

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