]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0188: redrawing for 'cursorbind' is inefficient v8.0.0188
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2017 12:53:49 +0000 (13:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2017 12:53:49 +0000 (13:53 +0100)
commit9506cad7a1a6e52a613f356de969cbd980815777
tree3e2f05bf23cc16e46c68209ab505f6e07412729c
parentfe6ce331d94c24ad745d0bf329ec0a65a5c07cc9
patch 8.0.0188: redrawing for 'cursorbind' is inefficient

Problem:    Using NOT_VALID for redraw_later() to update the cursor
            line/column highlighting is not efficient.
Solution:   Call validate_cursor() when 'cul' or 'cuc' is set.
src/move.c
src/version.c