commit | 10434674821939222bf552d15d93e0132d13badc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 19:59:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 19:59:08 2017 +0100 |
tree | a511d4b24efafb78e8f5bc40a441d637087dcbd0 | |
parent | 23a5558cfd860401aa694f0302d621887440f031 [diff] [blame] |
patch 8.0.0329: xfontset and guifontwide are not tested Problem: Xfontset and guifontwide are not tested. Solution: Add tests. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 08d377d..9073c07 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 329, +/**/ 328, /**/ 327,