commit | 89469d157aea01513bde826b4519dd6b5fbceae4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 20:46:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 20:46:26 2022 +0000 |
tree | 50c505cfc7722e05f227d04f0ce8f4241b7b0448 | |
parent | 500c4442834363e02541da564f0b87b82d5783cd [diff] [blame] |
patch 9.0.0993: display errors when adding or removing text property type Problem: Display errors when adding or removing text property type. Solution: Perform a full redraw. Only use text properties for which the type is defined. (closes #11655)
diff --git a/src/version.c b/src/version.c index e78066e..9fbed7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 993, +/**/ 992, /**/ 991,