diff src/version.c @ 5635:a01819fb6e2b v7.4.164

updated for version 7.4.164 Problem: Problem with event handling on Windows 8. Solution: Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Feb 2014 14:02:27 +0100
parents 7db84aadd37a
children c82339d8fdae
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    164,
+/**/
     163,
 /**/
     162,