commit | 6f785749db766205616fcf8438f43d1859d8f5e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 06 22:11:55 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 06 22:11:55 2017 +0100 |
tree | 1ebbdab21a7d2e3718cdcc6b614a82923e962cb0 | |
parent | 88989cc381c764978f7d7c8e387f3efc21333b4b [diff] [blame] |
patch 8.0.0313: not enough testing for GUI functionality Problem: Not enough testing for GUI functionality. Solution: Add tests for the GUI font. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 22e2669..261a55d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 313, +/**/ 312, /**/ 311,