]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0182: cursor ilne not update when 'cursorbind' is set v8.0.0182
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 14:52:46 +0000 (15:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 14:52:46 +0000 (15:52 +0100)
commite47683a0913f102b6ae08c8848d5aa675d99b188
tree7634db978f4f312931be21c3cf0c279b0bd200fc
parent519d7785f4437762c07b2e04217f83a069a8c663
patch 8.0.0182: cursor ilne not update when 'cursorbind' is set

Problem:    When 'cursorbind' and 'cursorline' are set, but 'cursorcolumn' is
            not, then the cursor line highlighting is not updated. (Hirohito
            Higashi)
Solution:   Call redraw_later() with NOT_VALID.
src/move.c
src/version.c