commit | 55a27d8ea7c112429fff14aba5db562de7f765f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 18:03:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 18:03:57 2023 +0000 |
tree | aeb299a91f93fa48d9e73dd1f7909e4de34de067 | |
parent | 234c3fab28c14846b962c90097496b27ee1b4df8 [diff] [blame] |
patch 9.0.1305: cursor in wrong line with virtual text above Problem: Cursor in wrong line with virtual text above. Solution: Count extra line for text property above/below. (closes #11959)
diff --git a/src/version.c b/src/version.c index 26e8ab5..a26fd5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1305, +/**/ 1304, /**/ 1303,