]> granicus.if.org Git - vim/commit
patch 9.0.0667: ml_get error when 'splitkeep' is "screen" v9.0.0667
authorLuuk van Baal <luukvbaal@gmail.com>
Wed, 5 Oct 2022 17:26:42 +0000 (18:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Oct 2022 17:26:42 +0000 (18:26 +0100)
commit346823d3e5668b99d2c2fd920e7f215e21ad3ea7
treeab5d401f50309df98b3975d1d71365e838a2208a
parent7beaf6a720ddc7e2989c8831872bfb98ec78a65d
patch 9.0.0667: ml_get error when 'splitkeep' is "screen"

Problem:    ml_get error when 'splitkeep' is "screen". (Marius Gedminas)
Solution:   Check the botline is not too large. (Luuk van Baal,
            closes #11293, closes #11292)
src/testdir/test_window_cmd.vim
src/version.c
src/window.c