diff src/version.c @ 8928:e6916e1683bb v7.4.1750

commit https://github.com/vim/vim/commit/7f7c3325d3f1baba32263a3457cfc4d90ecd5ff1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 18 19:27:24 2016 +0200 patch 7.4.1750 Problem: When a buffer gets updated while in command line mode, the screen may be messed up. Solution: Postpone the redraw when the screen is scrolled.
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Apr 2016 19:30:05 +0200
parents fc69eed19ba7
children a2aca019ba48
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1750,
+/**/
     1749,
 /**/
     1748,