commit | 637862fc3ca68e3fc1ea9a178bd7f9d25a6e773b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 23:04:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 23:04:02 2022 +0000 |
tree | d1a4c78520664d9551797903971c642c13f94369 | |
parent | 6ac16f0c0fe923098b9df5ac430f1923045f16ea [diff] [blame] |
patch 9.0.0945: failures in the cursorline test Problem: Failures in the cursorline test. Solution: Reset extra_attr only after a text property.
diff --git a/src/version.c b/src/version.c index b234cce..8752528 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 945, +/**/ 944, /**/ 943,