commit | c2b97643a82bb9fbd202312dac4aa995f92e9e5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 14:48:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 14:48:37 2019 +0200 |
tree | 1b10f0110238b77ab49f4524d9a2ce4139375415 | |
parent | 4c313b13fb7bfa694ec6d2a13175e8650c007b2a [diff] [blame] |
patch 8.1.1926: cursorline not redrawn when putting a line above the cursor Problem: Cursorline not redrawn when putting a line above the cursor. Solution: Redraw when the curor line is below a change. (closes #4862)
diff --git a/src/version.c b/src/version.c index 8501ae0..35112b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1926, +/**/ 1925, /**/ 1924,