comparison src/version.c @ 10597:472bff31a20a v8.0.0188

patch 8.0.0188: redrawing for 'cursorbind' is inefficient commit https://github.com/vim/vim/commit/9506cad7a1a6e52a613f356de969cbd980815777 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 15 13:53:49 2017 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Jan 2017 14:00:03 +0100
parents dbaad101b1e1
children 2748b23db6bb
comparison
equal deleted inserted replaced
10596:b9ddd02d90be 10597:472bff31a20a
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 188,
767 /**/ 769 /**/
768 187, 770 187,
769 /**/ 771 /**/
770 186, 772 186,
771 /**/ 773 /**/