1
0
forked from aniani/vim

patch 8.2.4997: Python: changing hidden buffer can cause display mess up

Problem:    Python: changing hidden buffer can cause the display to be messed
            up.
Solution:   Do not mark changed lines when using another buffer. (Paul Ollis,
            closes #10437, closes #7972)
This commit is contained in:
Bram Moolenaar
2022-05-22 12:23:48 +01:00
parent 0ad00a7fd3
commit 37233f6022
3 changed files with 41 additions and 1 deletions

View File

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