commit | f4ba8bc47eb3c6b5899ef31d083b9b8f0d4ca456 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 17:05:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 17:05:04 2022 +0100 |
tree | 9266118a1688defde92692244251530573f7da2b | |
parent | afd2aa79eda3fe69f2e7c87d0b9b4bca874f386a [diff] [blame] |
patch 9.0.0144: text property cannot override 'cursorline' highlight Problem: Text property cannot override 'cursorline' highlight. Solution: Add the "override" flag to prop_type_add(). (closes #5533, closes #8225).
diff --git a/src/version.c b/src/version.c index e13e92c..aa3af5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 144, +/**/ 143, /**/ 142,