commit | 1fa3de1ce806ba18ebcc00c6d9a0678a84735463 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Dec 31 12:19:22 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 12:19:22 2021 +0000 |
tree | 564e1bffe8e1b78c824b0935d6059a21765cb5f2 | |
parent | 04fb916684829f6aa12f33f14d0d0023b458f200 [diff] [blame] |
patch 8.2.3952: first line not redrawn when adding lines to an empty buffer Problem: First line not redrawn when adding lines to an empty buffer. Solution: Adjust the argument to appended_lines(). (closes #9439, closes #9438)
diff --git a/src/version.c b/src/version.c index 649d2fc..5f24ba4 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3952, +/**/ 3951, /**/ 3950,