commit | 7c1c6dbb6817640fd3956a0d5417da23fde336d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 22:08:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 22:08:05 2016 +0200 |
tree | 91ff75d4e867032fb58473b55021964b751cbadb | |
parent | 3dda7db4e1f7c4a8110a1f83001ec36b46693d27 [diff] [blame] |
patch 7.4.1705 Problem: The 'guifont' option does not allow for a quality setting. Solution: Add the "q" item, supported on MS-Windows. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 58377a4..aefcfae 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1705, +/**/ 1704, /**/ 1703,