]> granicus.if.org Git - vim/commit
patch 8.2.2198: ml_get error when resizing window and using text property v8.2.2198
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Dec 2020 13:36:00 +0000 (14:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Dec 2020 13:36:00 +0000 (14:36 +0100)
commit23999d799cfe844b604f193183f8f84052c8e746
tree35d073cb39859acd906c9ac1c9fee90c251b2299
parent4072ba571babd733d1800c082416fe8fe3c28ed7
patch 8.2.2198: ml_get error when resizing window and using text property

Problem:    ml_get error when resizing window and using text property.
Solution:   Validate botline of the right window. (closes #7528)
src/move.c
src/proto/move.pro
src/testdir/test_textprop.vim
src/textprop.c
src/version.c