commit | 97b0b0ec764d3a247ef600d809b965d5ab37155d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 20:23:37 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 20:23:37 2015 +0100 |
tree | f57a49cce77d95d7dea937f86efda1d00ba28936 | |
parent | d29c6fea94947b3f4b54fbd5a6f832a7d744bf27 [diff] [blame] |
patch 7.4.930 Problem: MS-Windows: Most users appear not to like the window border. Solution: Remove WS_EX_CLIENTEDGE. (Ian Halliday)
diff --git a/src/version.c b/src/version.c index fc286b8..a518d86 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 930, +/**/ 929, /**/ 928,