commit | 9506cad7a1a6e52a613f356de969cbd980815777 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 13:53:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 13:53:49 2017 +0100 |
tree | 3e2f05bf23cc16e46c68209ab505f6e07412729c | |
parent | fe6ce331d94c24ad745d0bf329ec0a65a5c07cc9 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 814934d..8cb6cb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 188, +/**/ 187, /**/ 186,