commit | 459339662566bcf5ae9892c7dabb9518e7f70f83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 17:43:57 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 17:43:57 2013 +0100 |
tree | 1e1201df1c72b9e03a399ddc35cf293810561ece | |
parent | d35d784e9106a9d398b444ed9557664bbcb6a65c [diff] [blame] |
updated for version 7.3.781 Problem: Drawing with 'guifontwide' can be slow. Solution: Draw multiple characters at a time. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index 72b552a..a3351c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 781, +/**/ 780, /**/ 779,