]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0044 v8.0.0044
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2016 12:50:18 +0000 (14:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2016 12:50:18 +0000 (14:50 +0200)
commit025e3e0bafbc85cc4e365145af711edf99d0a90d
tree0bbd3a565a44576e714d9f8c7c85fd5e6255ad9b
parent9ec7fa82a2c4f0283862ed704c2940959e6130ee
patch 8.0.0044
Problem:    In diff mode the cursor may end up below the last line, resulting
            in an ml_get error.
Solution:   Check the line to be valid.
src/diff.c
src/move.c
src/proto/diff.pro
src/testdir/test_diffmode.vim
src/version.c