commit | 13c724fb3a630257b736a1c91643b396fee917c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 20:54:26 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 20:54:26 2017 +0100 |
tree | c4c25c2f543a154d4a20adbf4554e88a592bd73a | |
parent | 059b7482a2d9d4cebbf4c01b2b2ea6f1e783cc20 [diff] [blame] |
patch 8.0.0310: not enough testing for GUI functionality Problem: Not enough testing for GUI functionality. Solution: Add tests for v:windowid and getwinpos[xy](). (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index dbe0dcb..187602c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 310, +/**/ 309, /**/ 308,