commit | 82b14c143aa1e70d55509cc9fa408828e90c93de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 19:50:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 19:50:47 2022 +0100 |
tree | dd5bd96742192f37f63c4aafdcfb05685009702d | |
parent | 96bde99bf890acd9952863a02c1d15edca2000e1 [diff] [blame] |
patch 9.0.0188: strange effects when using "text_align" with non-zero column Problem: Strange effects when using virtual text with "text_align" and non-zero column. (Martin Tournoij) Solution: Give an error. (closes #10888)
diff --git a/src/version.c b/src/version.c index 1e326b3..6675c3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 188, +/**/ 187, /**/ 186,