]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline" v8.2.4630
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Mar 2022 13:28:14 +0000 (13:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Mar 2022 13:28:14 +0000 (13:28 +0000)
commitbf269ed0b0bd8414eea7bea17465b2738a9a2b55
treeb39190c9bf3153f382e4fdbeff9acec9b9d308f6
parentc6c1ec4da53db9d292fa3dd081c20123f8261178
patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"

Problem:    'cursorline' not always updated with 'cursorlineopt' is
            "screenline".
Solution:   Call check_redraw_cursorline() more often. (closes #10013)
src/edit.c
src/normal.c
src/testdir/dumps/Test_cursorline_screenline_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_cursorline_screenline_2.dump [new file with mode: 0644]
src/testdir/test_cursorline.vim
src/version.c