commit | 4c7fd4d68f69b4e420a5448f144f4d57eda22f8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 17:15:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 17:15:33 2022 +0100 |
tree | 3d2cc4e9f44d15e057e73ca9d09d59e306f94130 | |
parent | acd6b9976bd939035025a16ceb4213a680827927 [diff] [blame] |
patch 9.0.0488: cursor wrong with virtual text "above" and 'showbreak' Problem: Cursor in wrong position with virtual text "above" and 'showbreak'. Solution: Take the first character column into account. (closes #11149)
diff --git a/src/version.c b/src/version.c index a8d0f48..93e706d 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 488, +/**/ 487, /**/ 486,