diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    188,
+/**/
     187,
 /**/
     186,