diff src/version.c @ 6769:fbcf54fc3a77 v7.4.706

patch 7.4.706 Problem: Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) Solution: Set the status height a bit later. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Apr 2015 15:43:05 +0200
parents d118a2c541d5
children 63b2bc619d5a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    706,
+/**/
     705,
 /**/
     704,