]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0910: setting lines in another buffer may not work well v9.0.0910
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Nov 2022 13:59:43 +0000 (13:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Nov 2022 13:59:43 +0000 (13:59 +0000)
commitc934bfa1b765505e5fc491f2ee7cc106894cafc8
treeff3f873a4ad89b9532d8c0215553e769a370d6e2
parent9fda81515b26ecd3c1e99f95334aaed3f7b6fea3
patch 9.0.0910: setting lines in another buffer may not work well

Problem:    Setting lines in another buffer may not work well.
Solution:   Make sure the buffer being changed has a window. (issue #11558)
src/evalbuffer.c
src/version.c