commit | 025e3e0bafbc85cc4e365145af711edf99d0a90d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 14:50:18 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 14:50:18 2016 +0200 |
tree | 0bbd3a565a44576e714d9f8c7c85fd5e6255ad9b | |
parent | 9ec7fa82a2c4f0283862ed704c2940959e6130ee [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e910845..80a837a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 44, +/**/ 43, /**/ 42,