]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0732: when updating a buffer modeless selection is lost v8.0.0732
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Jul 2017 10:51:52 +0000 (12:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Jul 2017 10:51:52 +0000 (12:51 +0200)
commit80dd3f9d41ce2ff6ab3544cdb266627bbdfc34a6
tree02513e2e063d58be83febf2d0a7260291e990467
parent4fc63505d393451ad3780dc0390cb48587597aaf
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.
src/screen.c
src/version.c