diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-01-23 17:43:57 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-01-23 17:43:57 +0100 |
commit | 459339662566bcf5ae9892c7dabb9518e7f70f83 (patch) | |
tree | 1e1201df1c72b9e03a399ddc35cf293810561ece /src/version.c | |
parent | d35d784e9106a9d398b444ed9557664bbcb6a65c (diff) | |
download | vim-459339662566bcf5ae9892c7dabb9518e7f70f83.zip |
updated for version 7.3.781
Problem: Drawing with 'guifontwide' can be slow.
Solution: Draw multiple characters at a time. (Taro Muraoka)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 72b552ae5..a3351c3d0 100644 --- a/src/version.c +++ b/src/version.c @@ -726,6 +726,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 781, +/**/ 780, /**/ 779, |