commit | 04e0ed1ddf399d609dbcb7dbf19e531da1fe6172 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 20:00:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 20:00:56 2022 +0100 |
tree | 643b2953e9292ae092ae93cf7f7ba9d014631ab7 | |
parent | 55e9366e32bc0e1056478d1d0ae935f9cf039d6a [diff] [blame] |
patch 9.0.0438: cannot put virtual text above a line Problem: Cannot put virtual text above a line. Solution: Add the "above" value for "text_align".
diff --git a/src/version.c b/src/version.c index 2d9b3ad..ac89e77 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 438, +/**/ 437, /**/ 436,