1
0
forked from aniani/vim

patch 8.0.0732: when updating a buffer modeless selection is lost

Problem:    When updating a buffer for a callback the modeless selection is
            lost.
Solution:   Do not insert or delete screen lines when redrawing for a callback
            and there is a modeless selection.
This commit is contained in:
Bram Moolenaar
2017-07-19 12:51:52 +02:00
parent 4fc63505d3
commit 80dd3f9d41
2 changed files with 25 additions and 3 deletions

View File

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