commit | 49a90792d950c51608d0459ef8699fe921070718 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 18:25:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 18:25:23 2022 +0100 |
tree | a4f212b416b59ac517fd1b7a0aec9775d0369c31 | |
parent | e428fa04a758cc87ea580c856a796e58e407504b [diff] [blame] |
patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty line Problem: Cursor position wrong with wrapping virtual text in empty line. Solution: Adjust handling of an empty line. (closes #10875)
diff --git a/src/version.c b/src/version.c index f105ab7..895c4e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 179, +/**/ 178, /**/ 177,