commit | b7963df98f9dbbb824713acad2f47c9989fcf8f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 17:12:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 17:12:43 2022 +0100 |
tree | 8c2476dc61f392b6524ab189f6a2e1b9558bd6a3 | |
parent | 6b568b1cc75e6c4d4a3ec95d7867c7a22e98eba1 [diff] [blame] |
patch 9.0.0121: cannot put virtual text after or below a line Problem: Cannot put virtual text after or below a line. Solution: Add "text_align" and "text_wrap" arguments.
diff --git a/src/version.c b/src/version.c index c5b7679..af52ab8 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 121, +/**/ 120, /**/ 119,