commit | 4f57eefe1e84b5a90e08474092ea6fc8825ad5c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 20:54:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 20:54:19 2019 +0200 |
tree | 5afd78a40e21a0375a423acbf3ef990e32ac0cd6 | |
parent | a4208966fb289a505ebdef62bbc37c214069bab4 [diff] [blame] |
patch 8.1.1922: in diff mode global operations can be very slow Problem: In diff mode global operations can be very slow. Solution: Do not call diff_redraw() many times, call it once when redrawing. And also don't update folds multiple times.
diff --git a/src/version.c b/src/version.c index 58d86e5..862b3d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1922, +/**/ 1921, /**/ 1920,