commit | 4d91d347e65a5621621ea1e3c97dce2c677ed71d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 13:48:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 13:48:20 2022 +0100 |
tree | 3c1d98bf2b063c86b5568099208ec2fb69c151fc | |
parent | 25f40af9d2f04d18c8a276249f2794e83aa5c290 [diff] [blame] |
patch 9.0.0151: a "below" aligned text property does not work with 'nowrap' Problem: A "below" aligned text property does not work with 'nowrap'. Solution: Start a new screen line to display the virtual text. (closes #10851)
diff --git a/src/version.c b/src/version.c index 27d269e..1e37a8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 151, +/**/ 150, /**/ 149,