diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-18 19:27:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-18 19:27:24 +0200 |
commit | 7f7c3325d3f1baba32263a3457cfc4d90ecd5ff1 (patch) | |
tree | be77fcae7026c245f0669bf93c65139c7b4c36b9 /src/version.c | |
parent | 30e12d259ee78272359f9da2655d0593a4f6a626 (diff) | |
download | vim-7f7c3325d3f1baba32263a3457cfc4d90ecd5ff1.zip |
patch 7.4.1750
Problem: When a buffer gets updated while in command line mode, the screen
may be messed up.
Solution: Postpone the redraw when the screen is scrolled.
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 fa0958548..695d0b731 100644 --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1750, +/**/ 1749, /**/ 1748, |