commit | 02edfaa610a2bedd6e2a58a1ee64488d51cfc33d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 23:13:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 23:13:47 2022 +0000 |
tree | 794704e651f9591bdd31331b6173204102717759 | |
parent | 88456cd3c49a3dd1fda17cf350daa9b8216b1aa6 [diff] [blame] |
patch 9.0.0905: virtual text after the line wraps when 'wrap' is off Problem: Virtual text after the line wraps when 'wrap' is off. Solution: Only set text_prop_follows when wrapping. (closes #11463)
diff --git a/src/version.c b/src/version.c index fbb6841..d91a417 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 905, +/**/ 904, /**/ 903,