commit | f0ccfa474a5c4940d03bfc6084e896dc8ac2d791 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 16:41:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 16:41:19 2022 +0100 |
tree | 2dff4269a2a70e50568d66e3631c47975beb4053 | |
parent | cfeb8a584be11758cf71ae02f6c937b06d6bb66f [diff] [blame] |
patch 9.0.0199: cursor position wrong with two right-aligned virtual texts Problem: Cursor position wrong with two right-aligned virtual texts. Solution: Add the padding for right-alignment. (issue #10906)
diff --git a/src/version.c b/src/version.c index 3f4c7ed..2d1b5cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 199, +/**/ 198, /**/ 197,