commit | fb593c5350e8fe23b608ded5a011cd7eefe73922 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 18:57:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 18:57:36 2022 +0100 |
tree | bace58f143d5885df770e894b46fe9a95c8137d7 | |
parent | 4c7fd4d68f69b4e420a5448f144f4d57eda22f8c [diff] [blame] |
patch 9.0.0489: using "end_lnum" with virtual text causes problems Problem: Using "end_lnum" with virtual text causes problems. Solution: Disallow using "end_lnum" with virtual text. (closes #11151) Also disallow "end_col" and "length".
diff --git a/src/version.c b/src/version.c index 93e706d..f4c5fb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 489, +/**/ 488, /**/ 487,