]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0914: deletebufline() may move marks in the wrong window v9.0.0914
authorzeertzjq <zeertzjq@outlook.com>
Sun, 20 Nov 2022 11:13:17 +0000 (11:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Nov 2022 11:13:17 +0000 (11:13 +0000)
commit228e422855d43965f2c3319ff0cdc26ea422c10f
tree81ae94babeb3a6f6f1145f8f87794bd97339ae98
parent0a60f79fd0c328b47b36279a95282e9f8d9e7512
patch 9.0.0914: deletebufline() may move marks in the wrong window

Problem:    deletebufline() may move marks in the wrong window.
Solution:   Find a window for the buffer being changed. (closes #11583)
src/evalbuffer.c
src/testdir/test_bufline.vim
src/version.c