commit | 2c645e8b00641f504072f35e061b7392ed41f491 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Apr 20 14:52:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 14:52:01 2022 +0100 |
tree | 80d6c32e74fc6165d8bbb300181b3a26a9368d15 | |
parent | 4c84dd33ad739237bb38bb4e51702af972b5e507 [diff] [blame] |
patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set Problem: 'cursorbind' scrolling depends on whether 'cursorline' is set. Solution: Always call validate_cursor(). (Christian Brabandt, closes #10230, closes #10014)
diff --git a/src/version.c b/src/version.c index 728f8bb..c54efaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4795, +/**/ 4794, /**/ 4793,