commit | 6eda17d881c9b2880ccb2a4d11951939a58f233d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 19:25:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 19:25:11 2022 +0100 |
tree | 659a4cdb9fed994c61b342382d752defe9bccdbf | |
parent | c9dc03fff5acf6fb91a923fb95006f9c2bca6141 [diff] [blame] |
patch 9.0.0452: Visual highlighting extends into virtual text prop Problem: Visual highlighting extends into virtual text prop. Solution: Do not highlight what isn't actually selected. Fix ordering of stored text props.
diff --git a/src/version.c b/src/version.c index eafe0a4..26b8bf3 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 452, +/**/ 451, /**/ 450,