commit | c9dc03fff5acf6fb91a923fb95006f9c2bca6141 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 17:51:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 17:51:07 2022 +0100 |
tree | 45b3d362479f364ff79f461d459e1f2a310319d3 | |
parent | 7b2d87220c6c974d5cdae672b6f9620a6bcbd1dc [diff] [blame] |
patch 9.0.0451: virtual text "above" does not work with 'nowrap' Problem: Virtual text "above" does not work with 'nowrap'. Solution: Do wrap the line after. (closes #11084)
diff --git a/src/version.c b/src/version.c index f733398..eafe0a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 451, +/**/ 450, /**/ 449,