diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-31 13:22:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-31 13:22:32 +0100 |
commit | bbb5f8d4c2cbc5f48556008875f57cbe7fc4ac6c (patch) | |
tree | 1de474becdefcd656f653269ee79b916feb7b98b /src/version.c | |
parent | af703585a34aa30bb5bdf8c05e4be8b3c66f787a (diff) | |
download | vim-git-bbb5f8d4c2cbc5f48556008875f57cbe7fc4ac6c.tar.gz |
patch 8.1.0856: when scrolling a window the cursorline is not always updatedv8.1.0856
Problem: When scrolling a window other than the current one the cursorline
highlighting is not always updated. (Jason Franklin)
Solution: Call redraw_for_cursorline() after scrolling. Only set
w_last_cursorline when drawing the cursor line. Reset the lines
to be redrawn also when redrawing the whole window.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4080d5ece..c0a239c24 100644 --- a/src/version.c +++ b/src/version.c @@ -784,6 +784,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 856, +/**/ 855, /**/ 854, |