commit | dd415a6c5acf5c7c054a16331b34f6b84f9c004d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 14:02:27 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 14:02:27 2014 +0100 |
tree | b14f44332d6324047442678251e64677c01c0b69 | |
parent | f50eb7882e89a6ec1670a0377224f174c7899338 [diff] [blame] |
updated for version 7.4.164 Problem: Problem with event handling on Windows 8. Solution: Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki)
diff --git a/src/version.c b/src/version.c index a6acd9a..312653e 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 164, +/**/ 163, /**/ 162,