commit | 841c225b9ef8c5bdf5e02968a0bd62521fff6ca8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 20:56:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 20:56:55 2021 +0100 |
tree | 05e85434a0e81ecede802cf640547dfe2f5e7486 | |
parent | 25def2c8b8bd7b0c3d5f020207c717a880b05d50 [diff] [blame] |
patch 8.2.3556: filler lines are incorrect for other window in diff mode Problem: Filler lines are incorrect for other window in diff mode after making a change. Solution: Copy filler lines from the current window. (closes #8809)
diff --git a/src/version.c b/src/version.c index 1c2231f..362129e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3556, +/**/ 3555, /**/ 3554,