commit | 5bea41dea34bcc73c4efb1b554ad0a2018966ecc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 13 22:21:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 13 22:21:44 2021 +0200 |
tree | 3a81fa950978bb202d325f307a32972a4e6dbc0b | |
parent | 1840a7b4e3577e617f724c9d07ccc78195cc010a [diff] [blame] |
patch 8.2.3159: cursor displayed in wrong position after deleting line Problem: Cursor displayed in wrong position after deleting line. Solution: When deleting lines do not approximate botline. (fixes #8559)
diff --git a/src/version.c b/src/version.c index 3de3048..86a6380 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3159, +/**/ 3158, /**/ 3157,