commit | 93431df9eb02f7cf3d7f2142bb1bef24c5f325b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 20:14:44 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 20:14:44 2016 +0200 |
tree | 4fb540e0e23182f7cc54411e05c3662906028db9 | |
parent | fdadad994a6e8f6cc8b11519082e23200b96d0ba [diff] [blame] |
patch 7.4.2043 Problem: setbuvfar() causes a screen redraw. Solution: Only use aucmd_prepbuf() for options.
diff --git a/src/version.c b/src/version.c index e4dd573..9acfbe8 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2043, +/**/ 2042, /**/ 2041,