commit | 1aeb3eb092a384e63a407096102fd5a954aabeb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 01 14:04:51 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 01 14:04:51 2023 +0000 |
tree | e965467de0d657c517fe5b7e4cf31a5ac622acd9 | |
parent | 6bafdd41cbf8c06bc00f19dcf4e1c8292460b4dd [diff] [blame] |
patch 9.0.1124: virtual text at a column position is truncated Problem: Virtual text at a column position is truncated at the window edge. (Yegappan Lakshmanan) Solution: Do not truncated virtual text that is placed at a column.
diff --git a/src/version.c b/src/version.c index 531d7bc..b49d71d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1124, +/**/ 1123, /**/ 1122,