]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4997: Python: changing hidden buffer can cause display mess up v8.2.4997
authorBram Moolenaar <Bram@vim.org>
Sun, 22 May 2022 11:23:48 +0000 (12:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 May 2022 11:23:48 +0000 (12:23 +0100)
commit37233f6022b3ed16985a91d22752b3ca162e21d0
tree7acd09e661dae2e3d293f5feda74af1f021e05f1
parent0ad00a7fd3e0389f565876521e395c35144d8009
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)
src/if_py_both.h
src/testdir/test_python3.vim
src/version.c