commit | 144445d15f2369a58b94b6fee2fe162fc81c8abe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 21:41:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 21:41:54 2016 +0200 |
tree | c75b2ad8f8410ae7aa728b601ddb051b14b7311f | |
parent | a06ec8f345eabb66e5b7d7c0192cfebdde63115d [diff] [blame] |
patch 7.4.2003 Problem: Still cursor flickering when a callback updates the screen. (David Samvelyan) Solution: Put the cursor in the right position after updating the screen.
diff --git a/src/version.c b/src/version.c index 38193e2..598135c 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2003, +/**/ 2002, /**/ 2001,