]> granicus.if.org Git - vim/commit
patch 8.1.0786: ml_get error when updating the status line v8.1.0786
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Jan 2019 17:25:54 +0000 (18:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Jan 2019 17:25:54 +0000 (18:25 +0100)
commit10772307c4e5299ed45470f92779f089a00d841e
tree9833e1deac8d97753cf44e919ebf48ec38e936d7
parent113e10721f42fc2500b63fe95193f8665658a90c
patch 8.1.0786: ml_get error when updating the status line

Problem:    ml_get error when updating the status line and a terminal had its
            scrollback cleared.  (Chris Patuzzo)
Solution:   Check the cursor position when drawing the status line.
            (closes #3830)
src/buffer.c
src/testdir/test_terminal.vim
src/version.c