commit | 10772307c4e5299ed45470f92779f089a00d841e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 18:25:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 18:25:54 2019 +0100 |
tree | 9833e1deac8d97753cf44e919ebf48ec38e936d7 | |
parent | 113e10721f42fc2500b63fe95193f8665658a90c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0ef836e..8f1c8bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 786, +/**/ 785, /**/ 784,