commit | 500f36108031c75befb6a04cac2ceeb592d8cf00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 16 22:15:11 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 16 22:15:11 2019 +0100 |
tree | 98aa0248364223daec0f284dec133abf37f8bdb8 | |
parent | d89682477cd01ec60edd6d88093b95b12e180127 [diff] [blame] |
patch 8.1.0758: font number is always one instead of the actual Problem: Font number is always one instead of the actual. Solution: Use "%d" instead of "1". (Ken Takata)
diff --git a/src/version.c b/src/version.c index d96ec6e..710c024 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 758, +/**/ 757, /**/ 756,